perf : 调整备份页面样式

This commit is contained in:
likexuan
2022-05-30 09:18:13 +08:00
parent 3ef8eea0ed
commit 9220d8ca62
2 changed files with 8 additions and 7 deletions

View File

@@ -6,6 +6,7 @@
v-for="(item, index) in customTableTitle"
:key="`col-${index}`"
:width="`${item.width}`"
:min-width="`${item.minWidth}`"
:label="item.label"
:prop="item.prop"
:resizable="true"