4ebf9c5a by lihua

修改标题

1 parent 662c9c39
......@@ -1459,7 +1459,7 @@ const respParamsTableInfo = ref({
<div class="list_panel">
<div class="list_item is_block">
<div class="file_item">
<span class="item_label">其它证明文件:</span>
<span class="item_label">上传文件:</span>
<span class="item_value">
<span v-for="productDetailItem in (detailInfo.attachments || [])"
:style="{ 'padding-left': '0px', height: '32px', display: 'block' }">
......@@ -2201,6 +2201,12 @@ const respParamsTableInfo = ref({
}
}
.file_item {
width: 100%;
display: flex;
justify-content: space-between;
}
.file-operate {
display: flex;
align-items: center;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!