This commit is contained in:
Captain.B 2020-02-27 18:07:16 +08:00
parent 2cf834ff20
commit d3f57b0b25
1 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,7 @@
</span>
</el-row>
</div>
<el-table :data="tableData" style="width: 100%">
<el-table :data="tableData" class="test-content">
<el-table-column
type="selection"
width="55">
@ -187,6 +187,10 @@
max-width: 1200px;
}
.test-content {
width: 100%;
}
.table-page {
padding-top: 20px;
margin-right: -9px;