Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘怀志
pet-business-web
Commits
e8426527
Commit
e8426527
authored
Oct 07, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
67447 【接力】全局,浏览器缩放相关修改
parent
c25fc577
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
12 deletions
+19
-12
medical-edit.vue
src/views/medical-record-management/medical-edit.vue
+11
-6
registration-detail.vue
...ice-management/registration-queue/registration-detail.vue
+8
-6
No files found.
src/views/medical-record-management/medical-edit.vue
View file @
e8426527
...
...
@@ -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.375
rem
;
height
:
9.375
rem
;
padding
-
left
:
1.75
rem
;
width
:
9.375
rem
!
important
;
height
:
9.375
rem
!
important
;
padding
-
left
:
1.75
rem
!
important
;
::
v
-
deep
.
el
-
image
{
box
-
shadow
:
unset
!
important
;
...
...
@@ -2823,6 +2823,11 @@ export default {
margin
-
bottom
:
1
rem
;
}
.
base
-
msg
-
special
{
color
:
#
666666
;
margin
-
top
:
1.875
rem
;
}
.
base
-
inner
-
medical
{
padding
-
left
:
1
rem
;
}
...
...
src/views/service-management/registration-queue/registration-detail.vue
View file @
e8426527
...
...
@@ -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
;
}
/*就诊信息*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment