Commit 0924154b authored by youjie's avatar youjie

no message

parent 3f93ad13
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
} }
._info_img ul li img { ._info_img ul li img {
width: 50px; width: 52px;
height: 50px; height: 58px;
} }
._see_img { ._see_img {
...@@ -970,7 +970,8 @@ ...@@ -970,7 +970,8 @@
<div style="display: flex;flex-wrap: wrap;"> <div style="display: flex;flex-wrap: wrap;">
<div class="_info_img" v-if="updateMsg.BusinessCardPhotos&&updateMsg.BusinessCardPhotos.length>0"> <div class="_info_img" v-if="updateMsg.BusinessCardPhotos&&updateMsg.BusinessCardPhotos.length>0">
<ul class="clearfix"> <ul class="clearfix">
<li v-for="(img,imgI) in updateMsg.BusinessCardPhotos" style="margin-right: 5px;position: relative;border:1px dashed #d1d1d1;border-radius: 6px;"> <li v-for="(img,imgI) in updateMsg.BusinessCardPhotos"
style="margin-right: 5px;position: relative;border:1px dashed #d1d1d1;border-radius: 6px;">
<img v-if="!img" src="../../assets/img/Travelslider.png" alt=""> <img v-if="!img" src="../../assets/img/Travelslider.png" alt="">
<el-image <el-image
v-if="img&&verificationFile(img,3)" v-if="img&&verificationFile(img,3)"
......
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
} }
._info_img ul li img { ._info_img ul li img {
width: 50px; width: 52px;
height: 50px; height: 58px;
} }
._see_img { ._see_img {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment