NEZ-3290 fix:Dashboard中,主题为dark时,图表放大图中标题颜色过深

This commit is contained in:
zyh
2023-10-31 10:46:48 +08:00
parent 670db54a11
commit 775b87d5e3

View File

@@ -143,7 +143,7 @@
overflow: hidden;
white-space: nowrap;
font-size: 18px;
color: #333;
color: $--color-text-primary;
font-weight: 700;
}
.chart-header__tools {