修改禅道已知bug
This commit is contained in:
@@ -140,7 +140,7 @@
|
|||||||
<div style="width: 100%">
|
<div style="width: 100%">
|
||||||
<a-table
|
<a-table
|
||||||
ref="table"
|
ref="table"
|
||||||
class="ant-table"
|
class="ant-table tableList"
|
||||||
:loading="loading"
|
:loading="loading"
|
||||||
:pagination="false"
|
:pagination="false"
|
||||||
:scroll="{x: '100%',y:'calc(100vh - 200px)'}"
|
:scroll="{x: '100%',y:'calc(100vh - 200px)'}"
|
||||||
@@ -1007,4 +1007,7 @@
|
|||||||
border-top: none;
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tableList .ant-table-thead > tr > th {
|
||||||
|
padding: 7px 16px !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
@@ -148,6 +148,7 @@
|
|||||||
<div style="width: 100%">
|
<div style="width: 100%">
|
||||||
<a-table
|
<a-table
|
||||||
ref="table"
|
ref="table"
|
||||||
|
class="tableList"
|
||||||
:loading="loading"
|
:loading="loading"
|
||||||
:pagination="false"
|
:pagination="false"
|
||||||
:scroll="{x: '100%',y:'calc(100vh - 420px)'}"
|
:scroll="{x: '100%',y:'calc(100vh - 420px)'}"
|
||||||
@@ -1888,4 +1889,8 @@
|
|||||||
.itemModelComment .ant-form-item-control-wrapper {
|
.itemModelComment .ant-form-item-control-wrapper {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tableList .ant-table-thead > tr > th {
|
||||||
|
padding: 7px 16px !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user