历史数据修改优化

This commit is contained in:
zhouyuejun
2019-02-18 17:59:22 +08:00
parent a61cdd7741
commit f947b8451c
33 changed files with 712 additions and 329 deletions
+1 -4
View File
@@ -98,8 +98,6 @@
}
}
td {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
border: 1px solid #dee2e6;
text-align: center;
@@ -128,7 +126,6 @@
margin-left: 1%;
height: 700px;
/deep/ .ant-tabs-bar {
border-bottom: 10px solid skyblue;
.ant-tabs-tab {
padding: 0 5px;
&.ant-tabs-tab-active {
@@ -140,7 +137,7 @@
}
}
/deep/ .ant-tabs-content{
height: calc(100% - 65px);
height: 100%;
overflow: auto;
border: 1px solid #ccc;
white-space: nowrap;