diff --git a/src/views/craft/index.vue b/src/views/craft/index.vue index ba0b11e..c97674c 100644 --- a/src/views/craft/index.vue +++ b/src/views/craft/index.vue @@ -48,10 +48,12 @@ const columns = [ { title: '创建时间', key: 'createTime', + width: 180, }, { title: '创建时间', key: 'updateTime', + width: 180, }, ]