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