Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-composition-api
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
宁路鹏
vue-composition-api
Commits
68386564
Commit
68386564
authored
Jul 22, 2022
by
DESKTOP-KM66R2T\Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加病人类型字段
媒体查询 调整样式结构
parent
63f33233
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
102 additions
and
6 deletions
+102
-6
src/assets/img/lx2.png
+0
-0
src/styles/media/components/outpatientDetails.scss
+60
-0
src/views/outpatientDetails.vue
+42
-6
No files found.
src/assets/img/lx2.png
0 → 100644
View file @
68386564
751 Bytes
src/styles/media/components/outpatientDetails.scss
View file @
68386564
...
@@ -424,6 +424,18 @@
...
@@ -424,6 +424,18 @@
}
}
}
}
}
}
&
_div6
{
.iconfont
{
font-size
:
18px
!
important
;
}
&
_t6
{
font-size
:
12px
!
important
;
text-align
:
start
!
important
;
span
{
color
:
#787e8a
;
}
}
}
&
_div5
{
&
_div5
{
.iconfont
{
.iconfont
{
font-size
:
18px
!
important
;
font-size
:
18px
!
important
;
...
@@ -628,6 +640,30 @@
...
@@ -628,6 +640,30 @@
}
}
}
}
}
}
&
_div6
{
.iconfont
{
font-size
:
18px
!
important
;
}
&
_t6
{
font-size
:
12px
!
important
;
text-align
:
start
!
important
;
span
{
color
:
#787e8a
;
}
}
}
&
_div5
{
.iconfont
{
font-size
:
18px
!
important
;
}
&
_t5
{
font-size
:
12px
!
important
;
text-align
:
start
!
important
;
span
{
color
:
#787e8a
;
}
}
}
}
}
}
}
&
_msg
{
&
_msg
{
...
@@ -810,6 +846,30 @@
...
@@ -810,6 +846,30 @@
}
}
}
}
}
}
&
_div6
{
.iconfont
{
font-size
:
18px
!
important
;
}
&
_t6
{
font-size
:
12px
!
important
;
text-align
:
start
!
important
;
span
{
color
:
#787e8a
;
}
}
}
&
_div5
{
.iconfont
{
font-size
:
18px
!
important
;
}
&
_t5
{
font-size
:
12px
!
important
;
text-align
:
start
!
important
;
span
{
color
:
#787e8a
;
}
}
}
}
}
}
}
&
_msg
{
&
_msg
{
...
...
src/views/outpatientDetails.vue
View file @
68386564
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: wsq
* @Author: wsq
* @Date: 2022-04-22 15:20:58
* @Date: 2022-04-22 15:20:58
* @LastEditors: wsq
* @LastEditors: wsq
* @LastEditTime: 2022-07-
15 18:29:02
* @LastEditTime: 2022-07-
22 10:09:29
* @Description:
* @Description:
-->
-->
<
template
>
<
template
>
...
@@ -54,6 +54,14 @@
...
@@ -54,6 +54,14 @@
分组类型:
<span>
{{
HistoryInfo
.
disNature
}}
</span>
分组类型:
<span>
{{
HistoryInfo
.
disNature
}}
</span>
</div>
</div>
</div>
</div>
<div
class=
"outpatientDetails_top_message_div6"
>
<span
class=
"outpatientDetails_top_message_div6_tu6"
><img
src=
"../assets/img/lx2.png"
alt=
""
/></span>
<div
class=
"outpatientDetails_top_message_div6_t6"
>
病人类型:
<span>
{{
HistoryInfo
.
patientType
}}
</span>
</div>
</div>
<div
class=
"outpatientDetails_top_message_div5"
>
<div
class=
"outpatientDetails_top_message_div5"
>
<span
class=
"outpatientDetails_top_message_div5_tu5"
<span
class=
"outpatientDetails_top_message_div5_tu5"
><img
src=
"../assets/img/je.png"
alt=
""
><img
src=
"../assets/img/je.png"
alt=
""
...
@@ -816,7 +824,7 @@ export default {
...
@@ -816,7 +824,7 @@ export default {
justify-content
:
space-between
;
justify-content
:
space-between
;
margin-top
:
16px
;
margin-top
:
16px
;
&_left
{
&_left
{
width
:
20
%
;
width
:
16.6
%
;
height
:
51px
;
height
:
51px
;
display
:
flex
;
display
:
flex
;
justify-content
:
start
;
justify-content
:
start
;
...
@@ -849,7 +857,7 @@ export default {
...
@@ -849,7 +857,7 @@ export default {
}
}
}
}
&
_centert
{
&
_centert
{
width
:
20
%
;
width
:
16.6
%
;
height
:
51px
;
height
:
51px
;
display
:
flex
;
display
:
flex
;
justify-content
:
start
;
justify-content
:
start
;
...
@@ -883,7 +891,7 @@ export default {
...
@@ -883,7 +891,7 @@ export default {
}
}
}
}
&
_right
{
&
_right
{
width
:
20
%
;
width
:
16.6
%
;
height
:
51px
;
height
:
51px
;
display
:
flex
;
display
:
flex
;
justify-content
:
start
;
justify-content
:
start
;
...
@@ -912,7 +920,7 @@ export default {
...
@@ -912,7 +920,7 @@ export default {
}
}
}
}
&
_low
{
&
_low
{
width
:
20
%
;
width
:
16.6
%
;
height
:
51px
;
height
:
51px
;
display
:
flex
;
display
:
flex
;
justify-content
:
start
;
justify-content
:
start
;
...
@@ -940,8 +948,36 @@ export default {
...
@@ -940,8 +948,36 @@ export default {
}
}
}
}
}
}
&
_div6
{
width
:
16.6%
;
height
:
51px
;
display
:
flex
;
justify-content
:
start
;
align-items
:
center
;
background-color
:
#f3fafd
;
font-family
:
PingFang
SC
;
&_tu6
{
padding-left
:
29px
;
font-size
:
23px
;
}
&
_t6
{
width
:
80%
;
height
:
42px
;
display
:
flex
;
justify-content
:
start
;
padding-left
:
10px
;
align-items
:
center
;
background-color
:
#fff
;
color
:
#abafb3
;
font-size
:
14px
;
margin-left
:
29px
;
span
{
color
:
#787e8a
;
}
}
}
&
_div5
{
&
_div5
{
width
:
20
%
;
width
:
16.6
%
;
height
:
51px
;
height
:
51px
;
display
:
flex
;
display
:
flex
;
justify-content
:
start
;
justify-content
:
start
;
...
...
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