背景颜色样式调整

This commit is contained in:
fofolee
2025-02-15 12:06:34 +08:00
parent c6b511696a
commit 4262182f63
10 changed files with 71 additions and 101 deletions

View File

@@ -371,10 +371,6 @@ export default {
<style>
.quickcommand-ui.q-card {
background-color: var(--utools-bright-bg);
}
.body--dark .quickcommand-ui.q-card {
background-color: var(--utools-dark-bg);
background-color: var(--utools-bg-color);
}
</style>