perf: 模版编辑页面,hover反色过亮问题优化

This commit is contained in:
xiaojunnuo
2026-02-15 14:39:11 +08:00
parent 305da86f97
commit e55a3a82fc
5 changed files with 11 additions and 2 deletions
@@ -117,3 +117,4 @@ span.fs-icon-svg {
margin: 0 !important;
}
}
@@ -5,6 +5,7 @@
@import "./fix-windicss.less";
@import "./antdv4.less";
@import "./certd.less";
@import "./dark.less";
html,
body {
@@ -0,0 +1,7 @@
.dark{
.fs-page-header{
.title {
color: #d5d5d5 !important;
}
}
}