From 1768164c818b2eda03c28d1b4187aeb3aee7af51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=8F?= <1978476055@qq.com> Date: Thu, 11 Jul 2024 14:44:03 +0800 Subject: [PATCH] 1 --- src/views/order/list/index.vue | 3 ++- src/views/product/productExamine/index.vue | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/src/views/order/list/index.vue b/src/views/order/list/index.vue index ca08571..9f22701 100644 --- a/src/views/order/list/index.vue +++ b/src/views/order/list/index.vue @@ -432,7 +432,8 @@ export default { filter_product : '', activity_type: '', product_id:'', - bar_code:'' + bar_code:'', + finish_time:'' }, dliveryWayList: [ { value: 1, label: '快递订单' }, diff --git a/src/views/product/productExamine/index.vue b/src/views/product/productExamine/index.vue index bba41f5..54906de 100644 --- a/src/views/product/productExamine/index.vue +++ b/src/views/product/productExamine/index.vue @@ -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; }