Browse Source

样式修改

张保健 5 years ago
parent
commit
6a0c1b9ed1
2 changed files with 21 additions and 23 deletions
  1. 4 1
      src/styles/index.scss
  2. 17 22
      src/xt_pages/dialysis/details/acceptsAssessment.vue

+ 4 - 1
src/styles/index.scss View File

@@ -245,7 +245,10 @@ code {
245 245
   padding-bottom: 14px;
246 246
   @include box-sizing;
247 247
   @include display-flex;
248
-  @include align-items-center;
248
+  -webkit-box-align: flex-start;
249
+  -ms-flex-align: flex-start;
250
+  align-items: flex-start;
251
+  // @include align-items-center;
249 252
   @include justify-content-between; // border-bottom: 1px #e6e6e6 dashed;
250 253
   ul {
251 254
     li {

+ 17 - 22
src/xt_pages/dialysis/details/acceptsAssessment.vue View File

@@ -11,8 +11,7 @@
11 11
           <label>病人情况 : </label>
12 12
           <span class="content">{{ condition }}</span>
13 13
         </li>
14
-      </ul>
15
-      <ul>
14
+      
16 15
         <li v-if="isShow('病人意识')">
17 16
           <label>病人意识 : </label>
18 17
           <span class="content">{{ consciousness }}</span>
@@ -31,21 +30,19 @@
31 30
           <label>病情 </label>
32 31
           <span class="content">{{sickCondition}} </span>
33 32
         </li>
34
-      </ul>
35
-      <ul>
33
+     
36 34
         <li v-if="isShow('跌倒风险评估评分')">
37 35
           <label>跌倒风险评估评分:</label>
38 36
           <span class="content">{{this.record.score}}分</span>
39 37
         </li>
38
+      </ul>
40 39
 
40
+
41
+      <ul>
41 42
         <li  v-if="isShow('跌倒风险预防措施')">
42 43
           <label>跌倒风险预防措施:</label>
43 44
           <span class="content">{{precaution}}</span>
44 45
         </li>
45
-      </ul>
46
-
47
-
48
-      <ul>
49 46
         <li v-if="isShow('摄入量')">
50 47
           <label>摄入量:</label>
51 48
           <span class="content">{{intakes}}</span>
@@ -55,18 +52,9 @@
55 52
           <label>营养状况:</label>
56 53
           <span class="content">{{nutritions}}</span>
57 54
         </li>
58
-      </ul>
59
-      <ul>
55
+  
60 56
 
61
-        <li v-if="isShow('风险程度')">
62
-          <label>风险程度:</label>
63
-          <span class="content">{{dangerLevel}}</span>
64
-        </li>
65
-
66
-        <li v-if="isShow('心理评估')">
67
-          <label> 心理评估</label>
68
-          <span class="content">{{psychologicalAssessment}}</span>
69
-        </li>
57
+        
70 58
       </ul>
71 59
 
72 60
       <ul v-if="isShow('心理评估异常原因')&&this.record.psychological_assessment == 2 ">
@@ -74,9 +62,7 @@
74 62
           <label>心理评估异常原因:</label>
75 63
           <span class="content">{{this.record.psychological_assessment_other}}</span>
76 64
         </li>
77
-      </ul>
78
-
79
-      <ul >
65
+ 
80 66
         <li v-if="isShow('其他心理评估')">
81 67
           <label>其他心理评估:</label>
82 68
           <span class="content">{{this.record.psychological_other}}</span>
@@ -89,6 +75,15 @@
89 75
       </ul>
90 76
 
91 77
       <ul>
78
+        <li v-if="isShow('风险程度')">
79
+          <label>风险程度:</label>
80
+          <span class="content">{{dangerLevel}}</span>
81
+        </li>
82
+
83
+        <li v-if="isShow('心理评估')">
84
+          <label> 心理评估</label>
85
+          <span class="content">{{psychologicalAssessment}}</span>
86
+        </li>
92 87
         <li v-if="isShow('其他跌倒风险预防措施')">
93 88
           <label>其他跌倒风险预防措施:</label>
94 89
           <span class="content">{{this.record.precaution_other}}</span>