|
@@ -131,13 +131,14 @@
|
|
|
<pl-table
|
|
|
ref="plTable"
|
|
|
v-loading="listLoading"
|
|
|
+ class="plTable"
|
|
|
:data="dataList"
|
|
|
row-key="index"
|
|
|
use-virtual
|
|
|
:data-changes-scroll-top="false"
|
|
|
big-data-checkbox
|
|
|
element-loading-text="Loading"
|
|
|
- height="700"
|
|
|
+ height="450"
|
|
|
border
|
|
|
fit
|
|
|
stripe
|
|
@@ -1230,4 +1231,11 @@ h4 {
|
|
|
::v-deep .el-table__virtual-wrapper {
|
|
|
width: auto !important;
|
|
|
}
|
|
|
+::v-deep .el-table__virtual-wrapper {
|
|
|
+ width: auto !important;
|
|
|
+}
|
|
|
+::v-deep .plTable td {
|
|
|
+ height: 40px !important;
|
|
|
+ padding: 0 !important;
|
|
|
+}
|
|
|
</style>
|