style: 样式修改 See merge request product-group-fe/sfy-safety-group/sfy-safety!240
@@ -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: '地点',
@@ -33,14 +33,14 @@ export const ACCESS_TABEL_COLUMNS = [
prop: 'eventTime',
label: '时间',
prop: 'actions',
label: '操作',
slot: 'actions',
];