调整 --q-dark 的颜色

This commit is contained in:
fofolee 2022-04-16 00:45:28 +08:00
parent c15a027005
commit 983a2f7419
3 changed files with 5 additions and 2 deletions

View File

@ -75,7 +75,7 @@ export default defineComponent({
font-size: 11px;
}
:root {
--q-dark: #303133;
--q-dark: #464646;
--q-dark-page: #303133;
}
.commandLogo {

View File

@ -8,7 +8,7 @@
class="absolute-left shadow-10"
:style="{
width: sideBarWidth + 'px',
background: $q.dark.isActive ? 'var(--q-dark)' : '#f2f2f2',
background: $q.dark.isActive ? 'var(--q-dark-page)' : '#f2f2f2',
zIndex: 1,
transition: '0.3s',
}"

View File

@ -3,6 +3,9 @@
:thumb-style="{
width: '3px',
}"
:horizontal-thumb-style="{
height: '5px',
}"
>
<div class="row q-pa-md q-gutter-md">
<q-btn