From dfc5fdc259198aa9fd58cf919b3c8cbc18988bb5 Mon Sep 17 00:00:00 2001 From: luojie <125330818@qq.com> Date: Tue, 10 Feb 2026 10:16:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86][upd?= =?UTF-8?q?ate]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Template/CustomTable.vue | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/src/components/Template/CustomTable.vue b/src/components/Template/CustomTable.vue index 910bc53..0ec4185 100644 --- a/src/components/Template/CustomTable.vue +++ b/src/components/Template/CustomTable.vue @@ -36,7 +36,10 @@
-
+
+
+ {{ $t(col.label) }} +
+
@@ -146,7 +154,7 @@
-
+
@@ -765,6 +773,7 @@ export default { border-right: none; } .custometable-row { + display: flex; border-bottom: none; } } @@ -926,4 +935,11 @@ export default { .body-span { text-align: center; } +.item-center { + display: flex; + align-items: center; +} +.mr-5{ + margin-right: 5px; +} \ No newline at end of file