图片更新测试

main
coco1986509808 2023-04-07 17:15:06 +08:00
parent c481616025
commit d4762dee5c
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
<!-- 背景图 --> <!-- 背景图 -->
<!-- fits: ['fill', 'contain', 'cover', 'none', 'scale-down'], --> <!-- fits: ['fill', 'contain', 'cover', 'none', 'scale-down'], -->
<div style="width: 100%;display: flex;justify-content: center;background-color: #333;height:600px;"> <div style="width: 100%;display: flex;justify-content: center;background-color: #333;height:600px;">
<el-image style="width: 100%;" :src="faceBgUrl" fit="contain"> <el-image style="width: 100%;" :src="require('./test.png')" :preview-src-list="[require('./test.png')]"fit="contain">
<div slot="error" class="image-slot" style="text-align: center;margin-top:270px ;"> <div slot="error" class="image-slot" style="text-align: center;margin-top:270px ;">
<i style="color: #666;font-size: 60px;" class="el-icon-picture-outline"></i> <i style="color: #666;font-size: 60px;" class="el-icon-picture-outline"></i>
</div> </div>