From 91c87773ed27eb01a6c9e6048139afa7b3e2b2cb Mon Sep 17 00:00:00 2001 From: zuozhengqing <a13193816592@163.com> Date: 星期四, 12 十月 2023 17:41:41 +0800 Subject: [PATCH] 销售退款,退货,明细单修改请求参数 --- src/components/makepager/TableCommonView.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/makepager/TableCommonView.vue b/src/components/makepager/TableCommonView.vue index 5fc4cd3..7335401 100644 --- a/src/components/makepager/TableCommonView.vue +++ b/src/components/makepager/TableCommonView.vue @@ -394,12 +394,12 @@ border-bottom: 0; } } - li:last-child .name-view{ + li:last-child .name-view { border-bottom: none; } .no-product { - height: 57px; - line-height: 57px; + height: 22px; + line-height: 22px; } } } -- Gitblit v1.8.0