历史数据修改优化
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user