Commit 120b9933 by wangshuangqing

患者详情调整高度 类目调整宽度 可换行

parent 742e194d
...@@ -364,7 +364,7 @@ export default { ...@@ -364,7 +364,7 @@ export default {
// padding: 20px; // padding: 20px;
// position: relative; // position: relative;
// overflow: hidden; // overflow: hidden;
height: 775px; height: 850px;
background-color: white; background-color: white;
padding: 20px; padding: 20px;
overflow: hidden; overflow: hidden;
...@@ -575,7 +575,7 @@ export default { ...@@ -575,7 +575,7 @@ export default {
&_left { &_left {
list-style-type: none; list-style-type: none;
width: 37%; width: 37%;
height: 100%; height: 90%;
overflow-y: auto; overflow-y: auto;
&_ul { &_ul {
...@@ -736,12 +736,13 @@ export default { ...@@ -736,12 +736,13 @@ export default {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
flex-wrap: wrap;
&_span1 { &_span1 {
width: 101px; width: 30%;
height: 36px; height: 36px;
display: flex; display: flex;
align-items: center; align-items: center;
padding-left: 10px; padding-left: 5px;
background: #f6f6f8; background: #f6f6f8;
font-size: 16px; font-size: 16px;
font-family: PingFang SC; font-family: PingFang SC;
......
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