Commit 615a189c authored by 陈龙's avatar 陈龙

fix: 修复数据无法显示的问题

parent 4916245c
...@@ -26,7 +26,7 @@ path: / ...@@ -26,7 +26,7 @@ path: /
## 单图表-状态 ## 单图表-状态
[//]: # (<code src="./demos/indexForStatus.js"></code>) <code src="./demos/indexForStatus.js"></code>
## 单图表-频率 ## 单图表-频率
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
--border-color: #38435a; --border-color: #38435a;
--panel-border-color: #38435a; --panel-border-color: #38435a;
--table-head-background-color: #dcdcf214; --table-head-background-color: #dcdcf214;
background-color: var(--background-color); //background-color: var(--background-color);
.@{ant-prefix}-table-thead>tr>th { .@{ant-prefix}-table-thead>tr>th {
background: var(--table-head-background-color); background: var(--table-head-background-color);
...@@ -209,7 +209,7 @@ ...@@ -209,7 +209,7 @@
} }
} }
.historyViewComponents.@{history-view} { .@{history-view} {
height: 100%; height: 100%;
padding: @padding-md; padding: @padding-md;
...@@ -222,7 +222,7 @@ ...@@ -222,7 +222,7 @@
&-label { &-label {
position: relative; position: relative;
width: 80px; width: 80px;
color: @primaryTextColor; //color: @primaryTextColor;
&::after { &::after {
position: absolute; position: absolute;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment