This commit is contained in:
parent
63fa5681de
commit
1768164c81
|
@ -432,7 +432,8 @@ export default {
|
|||
filter_product : '',
|
||||
activity_type: '',
|
||||
product_id:'',
|
||||
bar_code:''
|
||||
bar_code:'',
|
||||
finish_time:''
|
||||
},
|
||||
dliveryWayList: [
|
||||
{ value: 1, label: '快递订单' },
|
||||
|
|
|
@ -1491,6 +1491,23 @@ export default {
|
|||
::v-deep .el-select-dropdown__item {
|
||||
max-width: 350px !important;
|
||||
}
|
||||
// ::v-deep.el-table .el-table__fixed-right .el-table__fixed-body-wrapper .el-table__body {
|
||||
// padding-bottom: 18px!important;
|
||||
// }
|
||||
/deep/.el-table__fixed,
|
||||
/deep/.el-table__fixed-left,
|
||||
/deep/.el-table__fixed-right {
|
||||
height: calc(100% - 16px) !important;
|
||||
}
|
||||
|
||||
/deep/.el-table__fixed-body-wrapper {
|
||||
height: 100% !important;
|
||||
}
|
||||
|
||||
/deep/.el-table__fixed-body-wrapper .el-table__body {
|
||||
/*滚动条高度*/
|
||||
padding-bottom: 16px !important;
|
||||
}
|
||||
.template {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue