修复更多内容
This commit is contained in:
@@ -193,6 +193,40 @@ header p {
|
||||
transition: padding-left 0.3s ease;
|
||||
}
|
||||
|
||||
/* Tooltip趋势信息颜色类 - 替代内联style */
|
||||
.tooltip-trend {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
/* 注意:这些颜色值与colors.config.js中的COLOR_CONFIG.colorClassMap保持同步 */
|
||||
.tooltip-trend.blue {
|
||||
color: #1890ff;
|
||||
}
|
||||
|
||||
.tooltip-trend.green {
|
||||
color: #52c41a;
|
||||
}
|
||||
|
||||
.tooltip-trend.orange {
|
||||
color: #fa8c16;
|
||||
}
|
||||
|
||||
.tooltip-trend.red {
|
||||
color: #f5222d;
|
||||
}
|
||||
|
||||
.tooltip-trend.purple {
|
||||
color: #722ed1;
|
||||
}
|
||||
|
||||
.tooltip-trend.cyan {
|
||||
color: #13c2c2;
|
||||
}
|
||||
|
||||
.tooltip-trend.teal {
|
||||
color: #36cfc9;
|
||||
}
|
||||
|
||||
/* 平板设备适配 - 侧边栏折叠时调整内容区域 */
|
||||
@media (max-width: 992px) {
|
||||
.content {
|
||||
|
||||
Reference in New Issue
Block a user