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

68341 病历管理,相关验空、错误提示丢失

parent 96824f04
...@@ -2683,9 +2683,9 @@ export default { ...@@ -2683,9 +2683,9 @@ export default {
// 宠物图片 // 宠物图片
.petPicture { .petPicture {
display: inline-block; display: inline-block;
width: 150px; width: 9.375rem;
height: 150px; height: 9.375rem;
padding-left: 28px; padding-left: 1.75rem;
::v-deep .el-image { ::v-deep .el-image {
box-shadow: unset !important; box-shadow: unset !important;
...@@ -2706,8 +2706,8 @@ export default { ...@@ -2706,8 +2706,8 @@ export default {
//3--主人信息--模块内信息整体样式 //3--主人信息--模块内信息整体样式
.ownerMsg-inner { .ownerMsg-inner {
color: #666666; color: #666666;
margin-top: 20px; margin-top: 1.25rem;
margin-bottom: 20px; margin-bottom: 1.25rem;
} }
//模块tip样式--绿色 //模块tip样式--绿色
......
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