mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-28 11:52:46 +08:00
调整 FooterBar 组件的设置按钮和图标样式
This commit is contained in:
parent
d2a93e9add
commit
de441e4e6d
@ -99,11 +99,10 @@
|
|||||||
stretch
|
stretch
|
||||||
color="primary"
|
color="primary"
|
||||||
flat
|
flat
|
||||||
size="xs"
|
|
||||||
id="menuBtn"
|
id="menuBtn"
|
||||||
|
icon="settings"
|
||||||
:style="{ height: height }"
|
:style="{ height: height }"
|
||||||
>
|
>
|
||||||
<q-spinner-bars color="primary" size="1.5em" />
|
|
||||||
<ConfigurationMenu
|
<ConfigurationMenu
|
||||||
:isTagStared="isTagStared"
|
:isTagStared="isTagStared"
|
||||||
:currentTag="currentTag"
|
:currentTag="currentTag"
|
||||||
@ -247,9 +246,8 @@ export default {
|
|||||||
.icon-with-badge::after {
|
.icon-with-badge::after {
|
||||||
content: "+";
|
content: "+";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 4px;
|
|
||||||
right: 4px;
|
right: 4px;
|
||||||
transform: translate(50%, -50%);
|
transform: translate(50%, 50%);
|
||||||
background-color: var(--q-primary);
|
background-color: var(--q-primary);
|
||||||
color: white;
|
color: white;
|
||||||
width: 14px;
|
width: 14px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user