历史数据修改优化

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
@@ -10,7 +10,7 @@
height: 100%;
padding: 10px 20px;
.search-filter {
padding: 0 15px;
padding: 0 15px;
.first-condition {
.line-operator-right {
text-align: right;
@@ -118,7 +118,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 {
@@ -130,7 +129,7 @@
}
}
/deep/ .ant-tabs-content{
height: calc(100% - 65px);
height: 100%;
overflow-y: auto;
border: 1px solid #ccc;
}