编辑器语言栏组件化

This commit is contained in:
fofolee
2024-12-20 13:33:27 +08:00
parent 16f907567e
commit b191cca77e
4 changed files with 405 additions and 329 deletions

View File

@@ -35,21 +35,11 @@
background: var(--q-dark-page);
}
.container {
color: black;
background: white;
}
body {
background: #f4f4f4;
color: #333;
}
.body--dark .container {
color: white;
background: var(--q-dark-page);
}
.q-tooltip {
font-size: 11px;
}