소스 검색

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',
   },
 ];