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