mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-11 11:56:48 +08:00
fix:评估问题有无图片显示样式问题
This commit is contained in:
@@ -105,6 +105,7 @@
|
||||
<div class="people">{{ values.singleOptionName }}</div>
|
||||
</div>
|
||||
<img v-if="values.singleOptionPictureAddress" style="width: 140px; height: 140px; border-radius: 8px;margin-left: 130px;margin-top: 12px;" :src="values.singleOptionPictureAddress ? fielPath + values.singleOptionPictureAddress : ''" />
|
||||
<div v-else style="width: 140px;height: 140px;"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -133,6 +134,7 @@
|
||||
<div class="people">{{ values.multipleOptionName }}</div>
|
||||
</div>
|
||||
<img v-if="values.multipleOptionPictureAddress" style="width: 140px; height: 140px; border-radius: 8px;margin-left: 130px;margin-top: 12px;" :src="values.multipleOptionPictureAddress ? fielPath + values.multipleOptionPictureAddress : ''" />
|
||||
<div v-else style="width: 140px;height: 140px;"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user