From 6c426a3cda3e104dbebe9ebc9da36bcedb9fa323 Mon Sep 17 00:00:00 2001 From: luojie <125330818@qq.com> Date: Thu, 5 Mar 2026 15:48:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86][?= =?UTF-8?q?=E6=9A=82=E5=AD=98]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Template/CustomTable.vue | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/components/Template/CustomTable.vue b/src/components/Template/CustomTable.vue index 3ea7bd1..b0f06c0 100644 --- a/src/components/Template/CustomTable.vue +++ b/src/components/Template/CustomTable.vue @@ -6,6 +6,11 @@
序号
+
+
+ +
+
@@ -40,6 +45,11 @@
{{ rowIndex + 1 }}
+
+
+ +
+
@@ -1165,4 +1175,13 @@ export default { border-radius: 4px; border: 1px solid #ff5d5d; } +.checkbox-item{ + /* width: 50px; */ + display: flex; + align-items: center; + justify-content: center; +} +.c-cell{ + width: 50px; +} \ No newline at end of file