4ebf9c5a by lihua

修改标题

1 parent 662c9c39
...@@ -1459,7 +1459,7 @@ const respParamsTableInfo = ref({ ...@@ -1459,7 +1459,7 @@ const respParamsTableInfo = ref({
1459 <div class="list_panel"> 1459 <div class="list_panel">
1460 <div class="list_item is_block"> 1460 <div class="list_item is_block">
1461 <div class="file_item"> 1461 <div class="file_item">
1462 <span class="item_label">其它证明文件:</span> 1462 <span class="item_label">上传文件:</span>
1463 <span class="item_value"> 1463 <span class="item_value">
1464 <span v-for="productDetailItem in (detailInfo.attachments || [])" 1464 <span v-for="productDetailItem in (detailInfo.attachments || [])"
1465 :style="{ 'padding-left': '0px', height: '32px', display: 'block' }"> 1465 :style="{ 'padding-left': '0px', height: '32px', display: 'block' }">
...@@ -2201,6 +2201,12 @@ const respParamsTableInfo = ref({ ...@@ -2201,6 +2201,12 @@ const respParamsTableInfo = ref({
2201 } 2201 }
2202 } 2202 }
2203 2203
2204 .file_item {
2205 width: 100%;
2206 display: flex;
2207 justify-content: space-between;
2208 }
2209
2204 .file-operate { 2210 .file-operate {
2205 display: flex; 2211 display: flex;
2206 align-items: center; 2212 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!