Commit 221db7138f6605ff8a478bd8896f5b637fb48eed

Authored by xp.Huang
2 parents fa8a9ec6 07eb05b6

Merge branch 'ww' into 'main'

perf: configuration center tabel action column width too narrow

See merge request huang/yun-teng-iot-front!355
... ... @@ -39,6 +39,13 @@ export const columns: BasicColumn[] = [
39 39 dataIndex: 'updateTime',
40 40 width: 120,
41 41 },
  42 + {
  43 + title: '操作',
  44 + dataIndex: 'action',
  45 + flag: 'ACTION',
  46 + width: 260,
  47 + slots: { customRender: 'action' },
  48 + },
42 49 ];
43 50
44 51 // 查询字段
... ...