mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 06:16:27 +08:00
调整 --q-dark 的颜色
This commit is contained in:
parent
c15a027005
commit
983a2f7419
@ -75,7 +75,7 @@ export default defineComponent({
|
|||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
:root {
|
:root {
|
||||||
--q-dark: #303133;
|
--q-dark: #464646;
|
||||||
--q-dark-page: #303133;
|
--q-dark-page: #303133;
|
||||||
}
|
}
|
||||||
.commandLogo {
|
.commandLogo {
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
class="absolute-left shadow-10"
|
class="absolute-left shadow-10"
|
||||||
:style="{
|
:style="{
|
||||||
width: sideBarWidth + 'px',
|
width: sideBarWidth + 'px',
|
||||||
background: $q.dark.isActive ? 'var(--q-dark)' : '#f2f2f2',
|
background: $q.dark.isActive ? 'var(--q-dark-page)' : '#f2f2f2',
|
||||||
zIndex: 1,
|
zIndex: 1,
|
||||||
transition: '0.3s',
|
transition: '0.3s',
|
||||||
}"
|
}"
|
||||||
|
@ -3,6 +3,9 @@
|
|||||||
:thumb-style="{
|
:thumb-style="{
|
||||||
width: '3px',
|
width: '3px',
|
||||||
}"
|
}"
|
||||||
|
:horizontal-thumb-style="{
|
||||||
|
height: '5px',
|
||||||
|
}"
|
||||||
>
|
>
|
||||||
<div class="row q-pa-md q-gutter-md">
|
<div class="row q-pa-md q-gutter-md">
|
||||||
<q-btn
|
<q-btn
|
||||||
|
Loading…
x
Reference in New Issue
Block a user