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; } }