添加病人类型字段

媒体查询
调整样式结构
parent 63f33233
...@@ -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 {
......
...@@ -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;
......
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