style(mobile): 优化附件文件列表的展示效果

This commit is contained in:
dj
2025-04-11 14:08:02 +08:00
parent af593b08da
commit 65a4c72fd0
7 changed files with 16 additions and 9 deletions

View File

@@ -52,7 +52,7 @@
<el-row>
<el-col :span="24">
<baseTitle v-if="fileListShow === 'READ' || fileListShow === 'EDIT'" title="附件文件"></baseTitle>
<file-component title="" tag="需求征集" :fullscreen="true" :fileNameTableWidth="300"
<file-component title="" tag="需求征集" :fullscreen="true" :fileNameTableWidth="150"
v-model:value="formData.fileList" :processViewer="processViewer"
:file-list-show="fileListShow"/>
</el-col>