style(core): 调整一些组件的css样式

This commit is contained in:
王立帮
2025-04-27 19:59:40 +08:00
parent 1aa663aadc
commit 527679dc3b
6 changed files with 25 additions and 21 deletions

View File

@@ -182,7 +182,7 @@
max-width: 26em;
padding: .25em 0;
margin: .3em;
font-family: Segoe WPC,Segoe UI,Microsoft YaHei,sans-serif;
font-family: "Lato", "Noto Sans SC";
font-size: 13px;
list-style-type: none;
background: #fff;
@@ -329,7 +329,7 @@ html[data-bs-theme=dark] .context-menu-item.context-menu-disabled {
}
html[data-bs-theme=dark] .context-menu-item.context-menu-hover {
background-color: #2980b9 !important;
background-color: var(--app-dark-color) !important;
}
html[data-bs-theme=dark] .context-menu-separator {