mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 13:03:30 +08:00
暗黑模式调整
This commit is contained in:
@@ -228,7 +228,7 @@ export default {
|
||||
.item-selected {
|
||||
background: #dfe2e6;
|
||||
}
|
||||
.item-selected.q-item--dark {
|
||||
.body--dark .item-selected {
|
||||
background: #515151;
|
||||
}
|
||||
</style>
|
||||
|
@@ -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',
|
||||
|
Reference in New Issue
Block a user