|
@@ -38,6 +38,7 @@
|
38
|
38
|
height="calc(100% - 0px)"
|
39
|
39
|
ref="table"
|
40
|
40
|
style="table-layout: fixed;"
|
|
41
|
+ class="eltable"
|
41
|
42
|
>
|
42
|
43
|
<el-table-column
|
43
|
44
|
prop="area"
|
|
@@ -1564,7 +1565,6 @@ export default{
|
1564
|
1565
|
font-size: 18px;
|
1565
|
1566
|
border-top: 1px solid #e5e5e5;
|
1566
|
1567
|
}
|
1567
|
|
-
|
1568
|
1568
|
</style>
|
1569
|
1569
|
<style lang="scss">
|
1570
|
1570
|
.xiugai{
|
|
@@ -1632,4 +1632,14 @@ export default{
|
1632
|
1632
|
.ellipsis-pop{
|
1633
|
1633
|
min-width: 83px;
|
1634
|
1634
|
}
|
|
1635
|
+ .el-table .el-table__cell {
|
|
1636
|
+ padding: 5px 0 !important;
|
|
1637
|
+ min-width: 0;
|
|
1638
|
+ -webkit-box-sizing: border-box;
|
|
1639
|
+ box-sizing: border-box;
|
|
1640
|
+ text-overflow: ellipsis;
|
|
1641
|
+ vertical-align: middle;
|
|
1642
|
+ position: relative;
|
|
1643
|
+ text-align: left;
|
|
1644
|
+ }
|
1635
|
1645
|
</style>
|