柳香萍 5 years ago
parent
commit
e8592d9ec0

+ 7 - 5
src/pages/main/add_urgent_schedule.vue View File

339
     .navigation {
339
     .navigation {
340
         padding: 0.3rem 0.36rem;
340
         padding: 0.3rem 0.36rem;
341
         border-bottom: 1px #e5e5e5 solid;
341
         border-bottom: 1px #e5e5e5 solid;
342
-        // position: fixed;
343
-        // top: 0;
344
-        // left:1.58rem;
345
-        // right: 0;
342
+        position: fixed;
343
+        top: 0;
344
+        left:1.58rem;
345
+        right: 0;
346
         z-index: 100;
346
         z-index: 100;
347
         background: #fff;
347
         background: #fff;
348
         .goBack {
348
         .goBack {
362
     }
362
     }
363
 
363
 
364
     .form {
364
     .form {
365
-        padding: 10px 10px;
365
+        background: #fff;
366
+        min-height: calc(100vh - 2px);
367
+        padding-top:55px; 
366
         .row {
368
         .row {
367
             padding: 5px 0;
369
             padding: 5px 0;
368
             .title {
370
             .title {

+ 2 - 2
src/pages/main/dialog/PrescriptionDialog.vue View File

199
         <!--</div>-->
199
         <!--</div>-->
200
         <div class="PrescSubmit">
200
         <div class="PrescSubmit">
201
           <button v-if="isShowSign"  class="tj" @click="sign()">医生签名</button>
201
           <button v-if="isShowSign"  class="tj" @click="sign()">医生签名</button>
202
-          <button class="tjcq" @click="commitSolutionInfo">提交并设为长期处方</button>
203
-          <button class="tj" @click="commitInfo">提交</button>
202
+          <button class="tjcq" @click="commitSolutionInfo">保存并设为长期处方</button>
203
+          <button class="tj" @click="commitInfo">保存</button>
204
         </div>
204
         </div>
205
       </div>
205
       </div>
206
     </div>
206
     </div>

+ 7 - 2
src/pages/main/dialysis/AdviceTable.vue View File

1
 <template>
1
 <template>
2
   <div class="fixedTop">
2
   <div class="fixedTop">
3
-    <div class="choice">
3
+    <div class="choice" >
4
       <ul>
4
       <ul>
5
         <li>
5
         <li>
6
           日期查询:
6
           日期查询:
1383
 </script>
1383
 </script>
1384
 
1384
 
1385
 <style style="stylesheet/scss" lang="scss"  scoped>
1385
 <style style="stylesheet/scss" lang="scss"  scoped>
1386
-
1386
+.fixedTop{
1387
+  padding-top:52px; 
1388
+  background: #fff;
1389
+  min-height: calc(100vh - 200px);
1387
 .choice {
1390
 .choice {
1388
   border-bottom: 1px #e5e5e5 solid;
1391
   border-bottom: 1px #e5e5e5 solid;
1392
+  
1389
   ul {
1393
   ul {
1390
     @include display-flex;
1394
     @include display-flex;
1391
     @include align-items-center;
1395
     @include align-items-center;
1529
   background: #fff;
1533
   background: #fff;
1530
   min-height: calc(100vh - 180px);
1534
   min-height: calc(100vh - 180px);
1531
 }
1535
 }
1536
+}
1532
 
1537
 
1533
 </style>
1538
 </style>
1534
 
1539
 

+ 6 - 0
src/pages/main/dialysis/CheckTab.vue View File

57
 <style style="stylesheet/scss" lang="scss" scoped>
57
 <style style="stylesheet/scss" lang="scss" scoped>
58
   .nav {
58
   .nav {
59
     border-bottom: 1px #e5e5e5 solid;
59
     border-bottom: 1px #e5e5e5 solid;
60
+    background: #fff;
61
+     position: fixed;
62
+    top: 115px;
63
+    right: 0;
64
+    z-index: 66;
65
+    left: 1.58rem;
60
     background: #fff;
66
     background: #fff;
61
     ul {
67
     ul {
62
       width: 60%;
68
       width: 60%;

+ 2 - 1
src/pages/main/dialysis/InspectionItemTable.vue View File

301
 }
301
 }
302
 .van-list{
302
 .van-list{
303
   background: #fff;
303
   background: #fff;
304
-  min-height: calc(100vh - 125px);
304
+  min-height: calc(100vh - 178px);
305
+  margin-top: 105px; 
305
 }
306
 }
306
 </style>
307
 </style>
307
 
308
 

+ 1 - 1
src/pages/monitoring/index.vue View File

50
             <th width="10%">透析模式</th>
50
             <th width="10%">透析模式</th>
51
             <th width="9%">脱水量</th>
51
             <th width="9%">脱水量</th>
52
             <th width="14%">体重(透前/透后)</th>
52
             <th width="14%">体重(透前/透后)</th>
53
-            <th width="27%">监控预警</th>
53
+            <th width="27%">监控预警(血压/心率)</th>
54
           </tr>
54
           </tr>
55
         </table>
55
         </table>
56
         <table class="table" v-for="(items,index) in dialysis_scheduals" :key="index">
56
         <table class="table" v-for="(items,index) in dialysis_scheduals" :key="index">