Merge branch 'hi-ucs-dev' into release

This commit is contained in:
a0049873 2022-09-01 14:29:19 +08:00
commit c965e99579
1 changed files with 10 additions and 1 deletions

View File

@ -38,6 +38,15 @@
@click="videoAndImg(itemsonson.note1)" @click="videoAndImg(itemsonson.note1)"
> >
浏览 浏览
</div>
<div
class="videoAndImgCss"
v-if="
itemsonson.name === '上传附件'
"
@click="videoAndImg(itemsonson.note1)"
>
下载
</div> </div>
<div <div
v-else-if="itemsonson.type === ' multipleAdditions'" v-else-if="itemsonson.type === ' multipleAdditions'"
@ -510,7 +519,7 @@ export default {
color: #333333; color: #333333;
font-size: 22px; font-size: 22px;
margin-bottom: 20px; margin-bottom: 20px;
background: url('~@/assets/img/sj-jx.png') no-repeat; background: url("~@/assets/img/sj-jx.png") no-repeat;
background-position-x: 15px; background-position-x: 15px;
} }
.multipleAdditionsClass { .multipleAdditionsClass {