From 6a2c06d1086b7a625005f5a200169d8c0b5579cf Mon Sep 17 00:00:00 2001 From: ZhangYong Date: Sun, 18 Jan 2026 14:16:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=A0=B7=E5=BC=8F=E9=80=82?= =?UTF-8?q?=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/moneyManage/financialAccount/cashFlow.vue | 19 ++++++++----------- .../financialAccount/performanceAttribution.vue | 8 +++----- 2 files changed, 11 insertions(+), 16 deletions(-) diff --git a/src/views/moneyManage/financialAccount/cashFlow.vue b/src/views/moneyManage/financialAccount/cashFlow.vue index 9a3e016..fa475e2 100644 --- a/src/views/moneyManage/financialAccount/cashFlow.vue +++ b/src/views/moneyManage/financialAccount/cashFlow.vue @@ -294,12 +294,8 @@ onMounted(() => { 订单号: - - - -
- -
+ +
付款时间: { {{ t('common.reset') }}
-
+ + @@ -327,7 +324,7 @@ onMounted(() => { - + @@ -335,14 +332,14 @@ onMounted(() => { {{ row.paymentAmount }} {{ row.paymentCurrency }} --> - + - + @@ -469,7 +466,7 @@ onMounted(() => { } .search-btn-group { - margin-left: auto; // 靠右对齐 + margin-left: 20px; // 靠右对齐 display: flex; gap: 10px; } diff --git a/src/views/moneyManage/financialAccount/performanceAttribution.vue b/src/views/moneyManage/financialAccount/performanceAttribution.vue index 63a18eb..b98da7b 100644 --- a/src/views/moneyManage/financialAccount/performanceAttribution.vue +++ b/src/views/moneyManage/financialAccount/performanceAttribution.vue @@ -273,7 +273,7 @@ onMounted(() => { collapse-tags-tooltip placeholder="请选择地区" clearable - style="width: 220px;" + style="width: 8vw;" /> @@ -286,16 +286,14 @@ onMounted(() => { start-placeholder="开始时间" end-placeholder="结束时间" :default-time="[new Date(2000, 1, 1, 0, 0, 0), new Date(2000, 1, 1, 23, 59, 59)]" - style="width: 350px;" + style="width: 18vw;" /> -
{{ t('common.search') }} {{ t('common.exportExcel') }} {{ t('common.viewExportList') }} {{ t('common.reset') }} -
@@ -419,7 +417,7 @@ onMounted(() => { } .el-input, .el-select { - width: 200px; + width: 8vw; } }