style(缺陷管理): 优化缺陷详情的富文本部分和文件管理部分之间的间距

--bug=1036962 --user=宋天阳 【缺陷管理】优化缺陷预览显示 https://www.tapd.cn/55049933/s/1473105
This commit is contained in:
song-tianyang 2024-03-11 22:29:59 +08:00 committed by 刘瑞斌
parent 8d76cb627b
commit 17b66fceea
1 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,9 @@
{{ t('common.save') }}
</a-button>
</div>
<AddAttachment v-model:file-list="fileList" @link-file="associatedFile" />
<div style="margin-top: 20px">
<AddAttachment v-model:file-list="fileList" @link-file="associatedFile" />
</div>
<MsFileList
ref="fileListRef"
v-model:file-list="fileList"