From 25c1d10f03df05104e323494fefd5af1e94c98f7 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Thu, 21 Aug 2025 17:12:55 +0800
Subject: [PATCH] 1

---
 src/views/account/components/acd.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/views/account/components/acd.vue b/src/views/account/components/acd.vue
index 793d5b5..63f6b36 100644
--- a/src/views/account/components/acd.vue
+++ b/src/views/account/components/acd.vue
@@ -7,7 +7,12 @@
       <el-tab-pane :label="$t('hj44')" name="HANDLING_CHARGE"></el-tab-pane>
     </el-tabs>
 
-    <el-table :data="tableData" style="width: 100%" empty-text="No Data">
+    <el-table
+      height="250"
+      :data="tableData"
+      style="width: 100%"
+      empty-text="No Data"
+    >
       <el-table-column prop="amount" :label="$t('je')">
         <template slot-scope="scope">
           <span :class="`${scope.row.amount > 0 ? 'sc_c' : 'r_c'}`">

--
Gitblit v1.9.3