Browse Source

style: 样式修改

wyf 7 months ago
parent
commit
3defa8c07d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/traffic/violation/act/configs/tables.ts

+ 1 - 1
src/views/traffic/violation/act/configs/tables.ts

@@ -245,7 +245,7 @@ export const VIOLATION_NOTICE_TABLE_COLUMNS: TableColumnProps[] = [
     prop: 'createSource',
     prop: 'createSource',
     slot: 'createSource',
     slot: 'createSource',
     align: 'center',
     align: 'center',
-    minWidth: '200px',
+    minWidth: '120px',
   },
   },
 ];
 ];