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
fb0aa66a
Commit
fb0aa66a
authored
Oct 12, 2023
by
盖献康
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug(67447) - 浏览器缩放
parent
400e0221
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
3 deletions
+18
-3
hospitalization-details.vue
...nt/hospitalization-management/hospitalization-details.vue
+18
-3
No files found.
src/views/service-management/hospitalization-management/hospitalization-details.vue
View file @
fb0aa66a
...
@@ -3,9 +3,9 @@
...
@@ -3,9 +3,9 @@
<!-- 住院详情页-->
<!-- 住院详情页-->
<div
class=
"pet-detail"
>
<div
class=
"pet-detail"
>
<!-- 头部标题-->
<!-- 头部标题-->
<div
style=
"padding-top:30px;text-align: center;
"
>
<div
class=
"title-class
"
>
<span
style=
"font-size: 1.5rem;font-family: Microsoft YaHei-Bold, Microsoft YaHei,serif;font-weight: bold;color: #333333;
"
>
详情
</span>
<span
class=
"text-title
"
>
详情
</span>
<div
style=
"font-size: 16px;text-align: center;margin-top: 10px;
"
>
{{
detailInfo
.
medicalRecordNo
}}
</div>
<div
class=
"recordNo-class
"
>
{{
detailInfo
.
medicalRecordNo
}}
</div>
</div>
</div>
<!-- 整体卡片内页面的样式--边距-->
<!-- 整体卡片内页面的样式--边距-->
<div
style=
"padding: 30px 48px 50px 32px;"
>
<div
style=
"padding: 30px 48px 50px 32px;"
>
...
@@ -573,6 +573,21 @@ export default {
...
@@ -573,6 +573,21 @@ export default {
<
style
scoped
lang
=
"scss"
>
<
style
scoped
lang
=
"scss"
>
//整个页面整体布局
//整个页面整体布局
.
pet
-
detail
{
.
pet
-
detail
{
.
title
-
class
{
padding
-
top
:
30
px
;
text
-
align
:
center
;
.
text
-
title
{
font
-
size
:
1.5
rem
;
font
-
family
:
Microsoft
YaHei
-
Bold
,
Microsoft
YaHei
,
serif
;
font
-
weight
:
bold
;
color
:
#
333333
;
}
.
recordNo
-
class
{
font
-
size
:
16
px
;
text
-
align
:
center
;
margin
-
top
:
10
px
;
}
}
//最外层嵌套卡片的样式
//最外层嵌套卡片的样式
.
box
-
card
{
.
box
-
card
{
margin
:
20
px
20
px
20
px
20
px
;
margin
:
20
px
20
px
20
px
20
px
;
...
...
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