This commit is contained in:
faiz 2024-07-11 14:44:03 +08:00
parent 63fa5681de
commit 1768164c81
2 changed files with 19 additions and 1 deletions

View File

@ -432,7 +432,8 @@ export default {
filter_product : '',
activity_type: '',
product_id:'',
bar_code:''
bar_code:'',
finish_time:''
},
dliveryWayList: [
{ value: 1, label: '快递订单' },

View File

@ -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;
}