Commit 33a1dd3c by 米嘉伟

fix(*):模板调整

parent 369754f5
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
</div> </div>
</div> </div>
<div class="right"> <div class="right">
<div v-if="FaceLoading"> <div v-if="FaceLoading" class="loadingImg">
<img src="@/assets/img/dy/zmjz.gif" alt="" /> <img src="@/assets/img/dy/zmjz.gif" alt="" />
</div> </div>
<div v-if="FaceImg[0].img && FaceLoading == false" class="hasImg"> <div v-if="FaceImg[0].img && FaceLoading == false" class="hasImg">
...@@ -553,6 +553,15 @@ export default { ...@@ -553,6 +553,15 @@ export default {
border: 1px solid #ccc; border: 1px solid #ccc;
margin-top: 9px; margin-top: 9px;
.loadingImg {
width: 100%;
height: 100%;
img {
width: 137px;
}
}
.hasImg { .hasImg {
width: 100%; width: 100%;
height: 100%; height: 100%;
......
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