修改禅道已知bug

This commit is contained in:
qq787203167
2022-06-27 14:15:39 +08:00
parent cdbb924989
commit f6fcea086e
2 changed files with 9 additions and 1 deletions
@@ -140,7 +140,7 @@
<div style="width: 100%">
<a-table
ref="table"
class="ant-table"
class="ant-table tableList"
:loading="loading"
:pagination="false"
:scroll="{x: '100%',y:'calc(100vh - 200px)'}"
@@ -1007,4 +1007,7 @@
border-top: none;
}
.tableList .ant-table-thead > tr > th {
padding: 7px 16px !important;
}
</style>
@@ -148,6 +148,7 @@
<div style="width: 100%">
<a-table
ref="table"
class="tableList"
:loading="loading"
:pagination="false"
:scroll="{x: '100%',y:'calc(100vh - 420px)'}"
@@ -1888,4 +1889,8 @@
.itemModelComment .ant-form-item-control-wrapper {
width: 100% !important;
}
.tableList .ant-table-thead > tr > th {
padding: 7px 16px !important;
}
</style>