mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-11 08:04:05 +08:00
quasar暗黑模式背景色和 utools 统一
This commit is contained in:
parent
2a922e414a
commit
3ccafe9397
@ -59,10 +59,11 @@ export default defineComponent({
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
body.body--dark {
|
|
||||||
background: #1d1d1d;
|
|
||||||
}
|
|
||||||
.q-tooltip {
|
.q-tooltip {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
:root {
|
||||||
|
--q-dark: #303133;
|
||||||
|
--q-dark-page: #303133;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -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 ? '#2d2d2d' : '#f2f2f2',
|
background: $q.dark.isActive ? 'var(--q-dark)' : '#f2f2f2',
|
||||||
zIndex: 1,
|
zIndex: 1,
|
||||||
transition: '0.3s',
|
transition: '0.3s',
|
||||||
}"
|
}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user