Browse Source

样式修改

张保健 5 years ago
parent
commit
db3da7c4cb
1 changed files with 9 additions and 9 deletions
  1. 9 9
      src/pages/main/today/assessmentBefore.vue

+ 9 - 9
src/pages/main/today/assessmentBefore.vue View File

@@ -66,7 +66,7 @@
66 66
           <span class="content">{{ symptom_before_dialysis }}</span>
67 67
           <span class="unit"></span>
68 68
         </li>
69
-        <li style="height: 0.6rem;" v-if="isShow('出血')">
69
+        <li  v-if="isShow('出血')">
70 70
           <label>出血:</label>
71 71
           <span class="content">{{ is_hemorrhage ? hemorrhage + ';' + hemorrhage_other : '无' }}</span>
72 72
           <span class="unit"> </span>
@@ -110,7 +110,7 @@
110 110
           <label>穿刺方式 : </label>
111 111
           <span class="content">{{getWay(this.record.puncture_way)}}</span>
112 112
         </li>
113
-        <li style="height: 0.6rem;" v-if="isShow('中心静脉置管')">
113
+        <li v-if="isShow('中心静脉置管')">
114 114
           <label>中心静脉置管:</label>
115 115
           <span class="content">{{getVenousCatheterization(this.record.venous_catheterization)}}</span>
116 116
           <span class="unit"> </span>
@@ -121,7 +121,7 @@
121 121
 
122 122
 
123 123
       <ul > -->
124
-        <li style="height: 0.6rem;" v-if="isShow('位置')">
124
+        <li v-if="isShow('位置')">
125 125
           <label>位置:</label>
126 126
           <span class="content">{{getVenousCatheterizationPart(this.record.venous_catheterization_part)}}</span>
127 127
           <span class="content" >{{venous_catheterization_part_other}}</span>
@@ -134,7 +134,7 @@
134 134
 
135 135
 
136 136
 
137
-        <li style="height: 0.6rem;" v-if="isShow('其他中心静脉导管')">
137
+        <li v-if="isShow('其他中心静脉导管')">
138 138
           <label>其他中心静脉导管:</label>
139 139
           <span class="content">{{ ductus_arantii_other }}</span>
140 140
           <span class="unit"> </span>
@@ -148,34 +148,34 @@
148 148
 
149 149
 
150 150
 
151
-        <li style="height: 0.6rem;" v-if="isShow('感染')">
151
+        <li v-if="isShow('感染')">
152 152
           <label>感染:</label>
153 153
           <span class="content">{{this.record.is_infect == 1 ? '有' : '无' }}</span>
154 154
           <span class="unit"> </span>
155 155
         </li>
156 156
 
157 157
 
158
-        <li style="height: 0.6rem;" v-if="isShow('其他感染情况')">
158
+        <li v-if="isShow('其他感染情况')">
159 159
           <label>其他感染情况:</label>
160 160
           <span class="content">{{ infect_other }}</span>
161 161
           <span class="unit"> </span>
162 162
         </li>
163 163
 
164 164
 
165
-        <li style="height: 0.6rem;" v-if="isShow('外露')">
165
+        <li v-if="isShow('外露')">
166 166
           <label>外露:</label>
167 167
           <span class="content">{{this.record.exposed?this.record.exposed:''}}</span>
168 168
           <span class="unit">cm</span>
169 169
         </li>
170 170
 
171 171
 
172
-        <li style="height: 0.6rem;" v-if="isShow('皮肤')">
172
+        <li v-if="isShow('皮肤')">
173 173
           <label>皮肤:</label>
174 174
           <span class="content">{{getSkin(this.record.skin)}}</span>
175 175
           <span class="unit"></span>
176 176
         </li>
177 177
 
178
-        <li style="height: 0.6rem;" v-if="isShow('其他皮肤情况')">
178
+        <li v-if="isShow('其他皮肤情况')">
179 179
           <label>其他皮肤情况:</label>
180 180
           <span class="content">{{ skin_other }}</span>
181 181
           <span class="unit"> </span>