From fb8794b3c35c054da1f92e7bf40cf210616616ab Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Wed, 11 Oct 2023 11:08:04 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=BA=95=E9=83=A8=E6=8C=89=E9=92=AE=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/plugins/invoice/invoice/invoice.css | 2 +- pages/plugins/invoice/order/order.css | 7 +++++- pages/plugins/invoice/order/order.vue | 30 +++++++++++------------ 3 files changed, 21 insertions(+), 18 deletions(-) diff --git a/pages/plugins/invoice/invoice/invoice.css b/pages/plugins/invoice/invoice/invoice.css index 09382af3..e10b5a8b 100644 --- a/pages/plugins/invoice/invoice/invoice.css +++ b/pages/plugins/invoice/invoice/invoice.css @@ -2,7 +2,7 @@ * 导航 */ .scroll-box-ece-nav { - height: calc(100vh - 312rpx); + height: calc(100vh - 252rpx); } /* diff --git a/pages/plugins/invoice/order/order.css b/pages/plugins/invoice/order/order.css index 0a5a6ff9..ece27f18 100644 --- a/pages/plugins/invoice/order/order.css +++ b/pages/plugins/invoice/order/order.css @@ -1,6 +1,10 @@ /* * 列表 */ +.select-scroll-box { + height: calc(100vh - 182rpx); +} + .data-list .item .select-icon { width: 35rpx; height: 35rpx !important; @@ -10,8 +14,9 @@ * 合并按钮 */ .invoice-merge-submit { - padding: 42rpx 46rpx; + padding: 44rpx 90rpx; z-index: 0; + box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08); } .invoice-merge-submit button { diff --git a/pages/plugins/invoice/order/order.vue b/pages/plugins/invoice/order/order.vue index d51cb428..838e6adb 100644 --- a/pages/plugins/invoice/order/order.vue +++ b/pages/plugins/invoice/order/order.vue @@ -1,8 +1,8 @@