暗黑模式调整

This commit is contained in:
fofolee
2022-05-17 00:13:47 +08:00
parent 3bdb72f435
commit 2c6076c5ee
7 changed files with 39 additions and 36 deletions

View File

@@ -228,7 +228,7 @@ export default {
.item-selected {
background: #dfe2e6;
}
.item-selected.q-item--dark {
.body--dark .item-selected {
background: #515151;
}
</style>

View File

@@ -4,14 +4,13 @@
v-model="result"
:placeholder="options.placeholder"
autofocus
class="fixed"
class="fixed container"
:style="{
top: 0,
bottom: 0,
left: 0,
right: 0,
background: '#00000000',
color: $q.dark.isActive ? 'white' : 'black',
fontSize: '16px',
outline: 'none',
border: '3px solid #3577cb',