|
|
@@ -6597,18 +6597,10 @@ export default {
|
|
|
.table-headermd .el-table__body {
|
|
|
width: 100% !important;
|
|
|
}
|
|
|
- .table-headermd col:nth-child(4) {
|
|
|
- width: 5.6rem;
|
|
|
- }
|
|
|
.table-headermd col:nth-child(2),
|
|
|
- .table-headermd col:nth-child(3) {
|
|
|
- width: 5.6rem;
|
|
|
- }
|
|
|
- .table-headermdwl col:nth-child(2) {
|
|
|
- width: auto;
|
|
|
- }
|
|
|
- .table-headermdwl col:nth-child(3) {
|
|
|
- width: 4.6rem;
|
|
|
+ .table-headermd col:nth-child(3),
|
|
|
+ .table-headermd col:nth-child(4) {
|
|
|
+ width: 4.5rem;
|
|
|
}
|
|
|
.table-headermd .van-cell {
|
|
|
padding: 0 4px;
|