This commit is contained in:
guochunsi
2026-01-20 17:33:36 +08:00
parent 39c07a03ee
commit 48f65a6d1b
26 changed files with 946 additions and 590 deletions

View File

@@ -545,14 +545,8 @@ svg {
border-color: #d3d4d6 !important;
}
// 主要类型 - 浅蓝背景 + 深蓝文字
&.el-tag--primary {
--el-tag-bg-color: #ecf5ff !important;
--el-tag-text-color: #409eff !important;
background-color: #ecf5ff !important;
color: #409eff !important;
border-color: #b3d8ff !important;
}
// 主要类型 - 保持 Element Plus 默认样式,不覆盖
// primary 类型使用默认的主题色系统,无需手动覆盖
// 确保文字颜色应用到所有子元素
.el-tag__content,