style(文件管理): 列表默认宽度调整优化

--bug=1016006 --user=赵勇 【项目管理】文件管理,调整文件名列宽度的时候,左侧的复选框会错位 https://www.tapd.cn/55049933/s/1227712
This commit is contained in:
fit2-zhao 2022-08-19 13:41:17 +08:00 committed by fit2-zhao
parent 4bfbeade77
commit ccdf3e1b8c
1 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@
<ms-table-column
prop="name"
show-overflow-tooltip
:width="100"
:min-width="120"
:label="$t('load_test.file_name')">
</ms-table-column>
<ms-table-column
@ -73,13 +73,13 @@
<ms-table-column
sortable
prop="createUser"
:min-width="120"
:min-width="100"
:label="$t('commons.create_user')">
</ms-table-column>
<ms-table-column
sortable
prop="updateUser"
:min-width="120"
:min-width="100"
:label="$t('ui.update_user')">
</ms-table-column>
<ms-table-column