Commit e8426527 authored by 小费同学阿's avatar 小费同学阿 💬

67447 【接力】全局,浏览器缩放相关修改

parent c25fc577
...@@ -25,11 +25,11 @@ color: #333333;" ...@@ -25,11 +25,11 @@ color: #333333;"
</div> </div>
</div> </div>
<!-- 内部信息 --> <!-- 内部信息 -->
<div class="base-msg"> <div class="base-msg-special">
<div style="margin-left: -0.7rem;"> <div style="margin-left: -0.7rem;">
<!--宠物图片--> <!--宠物图片-->
<div class="petPicture" style="margin-bottom: 1.25rem;"> <div class="petPicture">
<ImagePreview :height="150" :src="showLogo" :width="150" /> <ImagePreview :src="showLogo" />
</div> </div>
</div> </div>
</div> </div>
...@@ -2683,9 +2683,9 @@ export default { ...@@ -2683,9 +2683,9 @@ export default {
// 宠物图片 // 宠物图片
.petPicture { .petPicture {
display: inline-block; display: inline-block;
width: 9.375rem; width: 9.375rem !important;
height: 9.375rem; height: 9.375rem !important;
padding-left: 1.75rem; padding-left: 1.75rem !important;
::v-deep .el-image { ::v-deep .el-image {
box-shadow: unset !important; box-shadow: unset !important;
...@@ -2823,6 +2823,11 @@ export default { ...@@ -2823,6 +2823,11 @@ export default {
margin-bottom: 1rem; margin-bottom: 1rem;
} }
.base-msg-special {
color: #666666;
margin-top: 1.875rem;
}
.base-inner-medical { .base-inner-medical {
padding-left: 1rem; padding-left: 1rem;
} }
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<div style=" margin-left: -0.2rem;"> <div style=" margin-left: -0.2rem;">
<!--宠物图片--> <!--宠物图片-->
<div class="petPicture"> <div class="petPicture">
<ImagePreview :height="150" :src="showLogo" :width="150" /> <ImagePreview :src="showLogo" />
</div> </div>
</div> </div>
</div> </div>
...@@ -955,10 +955,12 @@ export default { ...@@ -955,10 +955,12 @@ export default {
// 宠物图片 // 宠物图片
.petPicture { .petPicture {
display: inline-block; display: inline-block;
width: 150px; width: 9.375rem !important;
height: 150px; height: 9.375rem !important;
padding-left: 28px; padding-left: 1.75rem !important;
padding-bottom: 40px; ::v-deep .el-image {
box-shadow: unset !important;
}
} }
//头像尺寸 //头像尺寸
...@@ -971,7 +973,7 @@ export default { ...@@ -971,7 +973,7 @@ export default {
.base-msg { .base-msg {
color: #666666; color: #666666;
margin-top: 1.875rem; margin-top: 1.875rem;
margin-bottom: 2.5rem; //margin-bottom: 2.5rem;
margin-left: -0.6rem; margin-left: -0.6rem;
} }
/*就诊信息*/ /*就诊信息*/
......
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