瀏覽代碼

style: 样式修改

bxy 6 月之前
父節點
當前提交
eba80d8b09
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/views/security-confidentiality/access-control/configs/tables.ts

+ 5 - 5
src/views/security-confidentiality/access-control/configs/tables.ts

@@ -8,19 +8,19 @@ export const ACCESS_TABEL_COLUMNS = [
   {
     label: '序号',
     align: 'center',
-    minWidth: '120px',
+    width: '80px',
     type: 'index',
   },
   {
     prop: 'eventDescription',
     label: '事件',
-    align: 'center',
+    align: 'left',
     minWidth: '120px',
   },
   {
     prop: 'eventLocation',
     label: '地点',
-    align: 'center',
+    align: 'left',
     minWidth: '120px',
   },
   {
@@ -33,14 +33,14 @@ export const ACCESS_TABEL_COLUMNS = [
   {
     prop: 'eventTime',
     label: '时间',
-    align: 'center',
+    align: 'left',
     minWidth: '120px',
   },
   {
     prop: 'actions',
     label: '操作',
     slot: 'actions',
-    align: 'center',
+    align: 'left',
     minWidth: '120px',
   },
 ];