图片更新测试
parent
c481616025
commit
d4762dee5c
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue