From 813fec6ee5c1b1d76755651a802928e28e7635f8 Mon Sep 17 00:00:00 2001 From: ZhangYong Date: Sun, 25 Jan 2026 14:42:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=AC=BE=E5=88=A0=E6=8E=89=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E6=96=B9=E5=BC=8F=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../moneyManage/refundDetail/refundCharge.vue | 30 +++---------------- .../moneyManage/refundDetail/refundFinance.vue | 34 +++++++--------------- .../moneyManage/refundDetail/refundHeader.vue | 26 ++--------------- 3 files changed, 18 insertions(+), 72 deletions(-) diff --git a/src/views/moneyManage/refundDetail/refundCharge.vue b/src/views/moneyManage/refundDetail/refundCharge.vue index 3f73278..b8c3bb9 100644 --- a/src/views/moneyManage/refundDetail/refundCharge.vue +++ b/src/views/moneyManage/refundDetail/refundCharge.vue @@ -29,36 +29,15 @@ - -
- -
- {{ t('common.payModel') }} - - - -
- -
+ +
{{ t('common.search') }} {{ t('common.exportExcel') }} {{ t('common.viewExportList') }} {{ t('common.reset') }}
+ @@ -830,10 +809,9 @@ onMounted(() => { height: 4vh; .item1 { - width: 18%; + width: 15%; display: flex; align-items: center; - margin-bottom: 1vh; margin-right: 0.5vw; } diff --git a/src/views/moneyManage/refundDetail/refundFinance.vue b/src/views/moneyManage/refundDetail/refundFinance.vue index 7678368..2c26cad 100644 --- a/src/views/moneyManage/refundDetail/refundFinance.vue +++ b/src/views/moneyManage/refundDetail/refundFinance.vue @@ -25,33 +25,15 @@
- -
- -
- {{ t('common.payModel') }} - - - -
- -
+ +
{{ t('common.search') }} {{ t('common.exportExcel') }} {{ t('common.viewExportList') }} {{ t('common.reset') }}
+ @@ -799,10 +781,9 @@ onMounted(() => { height: 4vh; .item1 { - width: 18%; + width: 15%; display: flex; align-items: center; - margin-bottom: 1vh; margin-right: 0.5vw; } @@ -812,6 +793,13 @@ onMounted(() => { align-items: center; margin-right: 0.5vw; } + + .btns { + display: flex; + align-items: center; + margin-right: 0.5vw; + margin-right: 60px; + } } .audit { diff --git a/src/views/moneyManage/refundDetail/refundHeader.vue b/src/views/moneyManage/refundDetail/refundHeader.vue index e32c525..22da8e6 100644 --- a/src/views/moneyManage/refundDetail/refundHeader.vue +++ b/src/views/moneyManage/refundDetail/refundHeader.vue @@ -26,33 +26,14 @@
- -
- -
- {{ t('common.payModel') }} - - - -
- -
+
{{ t('common.search') }} {{ t('common.exportExcel') }} {{ t('common.viewExportList') }} {{ t('common.reset') }}
+ @@ -868,10 +849,9 @@ onMounted(() => { height: 4vh; .item1 { - width: 18%; + width: 15%; display: flex; align-items: center; - margin-bottom: 1vh; margin-right: 0.5vw; }