Browse Source

style: 样式修改

wanggaokun 11 tháng trước cách đây
mục cha
commit
937c00a55c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/als/aircraft/index.vue

+ 1 - 1
src/views/als/aircraft/index.vue

@@ -152,7 +152,7 @@ const columns = reactive<ColumnProps<any>[]>([
     prop: 'updateTime',
     label: '更新时间'
   },
-  { prop: 'operation', label: '操作' }
+  { prop: 'operation', label: '操作', width: 230 }
 ])
 // 表单配置项
 let itemsOptions = reactive<ProForm.ItemsOptions[]>([])