Commit 33a1dd3c by 米嘉伟

fix(*):模板调整

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