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

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

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