改为暗色风格主题

This commit is contained in:
砂糖
2025-08-28 15:06:03 +08:00
parent 7ea0de6a67
commit 8634549dd3
13 changed files with 1662 additions and 445 deletions

View File

@@ -257,7 +257,7 @@ export default {
.klp-list-item {
padding: 6px 8px;
margin-bottom: 6px;
border-bottom: 1px solid #e6e6e6;
border-bottom: 1px solid #111;
cursor: pointer;
transition: all 0.2s ease;
display: flex;
@@ -269,8 +269,8 @@ export default {
/* 列表项选中状态(左侧高亮边框+背景色) */
.klp-list-item.active {
border-left: 3px solid #409eff;
background-color: #f5f7fa;
border-left: 3px solid #2bf;
background-color: #222;
}
/* 列表标题区域(占满中间空间,让操作按钮靠右) */
@@ -284,7 +284,7 @@ export default {
/* 标题前置标签样式 */
.klp-list-title .title-label {
color: #606266;
color: #ddd;
margin-right: 6px;
font-size: 13px;
white-space: nowrap; /* 标签不换行 */
@@ -293,7 +293,7 @@ export default {
/* 标题内容样式(溢出省略) */
.klp-list-title .title-value {
color: #303133;
color: #ddd;
font-weight: 500;
font-size: 14px;
white-space: nowrap; /* 禁止换行 */