退出按钮样式调整
This commit is contained in:
parent
0d64cc8185
commit
7a8bf4cce1
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
<q-toolbar-title> 北京RTSS测试系统 </q-toolbar-title>
|
<q-toolbar-title> 北京RTSS测试系统 </q-toolbar-title>
|
||||||
|
|
||||||
<div class="q-gutter-sm row items-center no-wrap">
|
<div class="q-gutter-sm no-wrap">
|
||||||
<q-btn
|
<q-btn
|
||||||
round
|
round
|
||||||
dense
|
dense
|
||||||
@ -25,7 +25,7 @@
|
|||||||
v-if="$q.screen.gt.sm"
|
v-if="$q.screen.gt.sm"
|
||||||
>
|
>
|
||||||
</q-btn>
|
</q-btn>
|
||||||
<q-btn-dropdown icon="person">
|
<q-btn-dropdown flat stretch icon="person">
|
||||||
<q-list>
|
<q-list>
|
||||||
<q-item clickable v-close-popup @click="showUserInfo">
|
<q-item clickable v-close-popup @click="showUserInfo">
|
||||||
<q-item-section>
|
<q-item-section>
|
||||||
|
Loading…
Reference in New Issue
Block a user