Browse Source

修改样式

See999 5 years ago
parent
commit
5d19539d7f

+ 4 - 1
src/pages/layout/SideBar.vue View File

@@ -85,6 +85,9 @@ export default {
85 85
   // position: fixed;
86 86
   height: 50px;
87 87
   z-index: 999;
88
+  @media only screen and (min-width: 768px) {
89
+    height: 70px;
90
+  }
88 91
   .column {
89 92
     .head {
90 93
       @include display-flex;
@@ -127,7 +130,7 @@ export default {
127 130
           @media only screen and (min-width: 768px) {
128 131
             display: flex;
129 132
             align-items: center;
130
-            margin-bottom: 20px;
133
+            // margin-bottom: 20px;
131 134
           }
132 135
           p {
133 136
             font-size: 0.32rem;

+ 1 - 0
src/pages/main/PatientBox.vue View File

@@ -294,6 +294,7 @@ export default {
294 294
         .iconfont {
295 295
           margin: 0 0.1rem 0 0;
296 296
           font-size: 0.4rem;
297
+          display: none;
297 298
         }
298 299
       }
299 300
     }

+ 6 - 4
src/pages/main/RecordPage.vue View File

@@ -57,7 +57,7 @@
57 57
           >搜索</van-button>
58 58
         </van-field>-->
59 59
         <el-input
60
-          class="newInput"
60
+          class="newinput"
61 61
           prefix-icon="el-icon-search"
62 62
           v-model="search_input"
63 63
           ref="search_field"
@@ -317,23 +317,25 @@ export default {
317 317
 }
318 318
 </style>
319 319
 <style lang="scss">
320
-.newInput {
320
+.newinput {
321 321
   height: 100%;
322 322
   width: 85% !important;
323 323
   float: left;
324 324
   .el-input__inner {
325
-    height: 100%;
325
+    height: 1rem;
326 326
     line-height: 1rem;
327 327
     width: 100%;
328 328
     border-radius: 30px;
329 329
     border: none;
330 330
     font-size: 0.45rem;
331
+    box-sizing: border-box;
332
+    padding-bottom: 0.05rem;
331 333
     @media only screen and (min-width: 768px) {
332 334
       padding-left: 0.9rem !important;
333 335
     }
334 336
   }
335 337
   .el-input__icon {
336
-    line-height: 1rem;
338
+    line-height: 0.95rem;
337 339
     font-size: 0.45rem;
338 340
     margin-top: 0.02rem;
339 341
     padding-left: 0.1rem;

+ 4 - 1
src/pages/main/add_urgent_schedule.vue View File

@@ -575,7 +575,7 @@ export default {
575 575
       }
576 576
 
577 577
       .danger_hint {
578
-        font-size: 0.34rem;
578
+        font-size: 0.4rem;
579 579
         line-height: 40px;
580 580
         text-align: center;
581 581
         color: red;
@@ -631,4 +631,7 @@ export default {
631 631
     }
632 632
   }
633 633
 }
634
+.van-ellipsis {
635
+  font-size: 0.45rem;
636
+}
634 637
 </style>

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

@@ -1582,7 +1582,7 @@ export default {
1582 1582
     padding: 0.24rem 0;
1583 1583
     background: #f6f8f9;
1584 1584
     ul {
1585
-      width: 50%;
1585
+      width: 92%;
1586 1586
       background: #fff;
1587 1587
       margin: 0 auto;
1588 1588
       border-radius: 30px;
@@ -1592,12 +1592,12 @@ export default {
1592 1592
         @include text-align;
1593 1593
         padding-left: 15px;
1594 1594
         .iconfont {
1595
-          font-size: 0.42rem;
1595
+          font-size: 0.6rem;
1596 1596
         }
1597 1597
         input {
1598 1598
           border: none;
1599 1599
           border-radius: 30px;
1600
-          padding: 0.15rem;
1600
+          padding: 0.2rem;
1601 1601
           width: 100%;
1602 1602
           color: $pgh-color;
1603 1603
         }

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

@@ -187,16 +187,16 @@ export default {
187 187
 }
188 188
 .nav {
189 189
   .van-tabs {
190
-    height: 1rem !important;
190
+    height: 1.2rem !important;
191 191
   }
192 192
   .van-tabs--line .van-tabs__wrap {
193
-    height: 1rem !important;
193
+    height: 1.2rem !important;
194 194
   }
195 195
   .van-tabs--line {
196
-    padding-top: 1rem !important;
196
+    padding-top: 1.2rem !important;
197 197
   }
198 198
   .van-tab {
199
-    line-height: 1rem !important;
199
+    line-height: 1.2rem !important;
200 200
   }
201 201
 }
202 202
 </style>

+ 5 - 3
src/pages/main/dialysis/InspectionItemTable.vue View File

@@ -300,7 +300,7 @@ export default {
300 300
 .van-list {
301 301
   background: #fff;
302 302
   min-height: calc(100vh - 178px);
303
-  margin-top: 62px;
303
+  margin-top: 68px;
304 304
   // @media only screen and (min-width: 376px) and (max-width: 668px) {
305 305
   //   margin-top: 84px;
306 306
   // }
@@ -323,8 +323,10 @@ export default {
323 323
 </style>
324 324
 
325 325
 <style lang="scss">
326
-.van-ellipsis {
327
-  font-size: 0.34rem;
326
+.nav {
327
+  .van-ellipsis {
328
+    font-size: 0.4rem;
329
+  }
328 330
 }
329 331
 
330 332
 .van-tabs__line {

+ 2 - 2
src/pages/main/records/RecordsTab.vue View File

@@ -353,11 +353,11 @@ export default {
353 353
       padding: 0.25rem 0;
354 354
       margin: 0 0.2rem 0 0;
355 355
       .name {
356
-        font-size: 0.32rem;
356
+        font-size: 0.45rem;
357 357
         color: $pgh-color;
358 358
       }
359 359
       .text {
360
-        font-size: 0.3rem;
360
+        font-size: 0.45rem;
361 361
         color: $pgh-color;
362 362
       }
363 363
     }

+ 8 - 3
src/pages/main/today/TodayTab.vue View File

@@ -1568,11 +1568,11 @@ export default {
1568 1568
           p {
1569 1569
             line-height: 0.6rem;
1570 1570
             color: #34495e;
1571
-            font-size: 0.3rem;
1571
+            font-size: 0.4rem;
1572 1572
           }
1573 1573
           img {
1574
-            width: 1rem;
1575
-            height: 1rem;
1574
+            width: 1.2rem;
1575
+            height: 1.2rem;
1576 1576
           }
1577 1577
         }
1578 1578
       }
@@ -1599,6 +1599,11 @@ export default {
1599 1599
   border: 1px solid #fff;
1600 1600
   top: -8px;
1601 1601
   right: -8px;
1602
+  @media only screen and (min-width: 768px) {
1603
+    height: 30px;
1604
+    width: 30px;
1605
+    line-height: 28px;
1606
+  }
1602 1607
 }
1603 1608
 .goTop {
1604 1609
   z-index: 999;

+ 76 - 79
src/pages/main/today/statOrder.vue View File

@@ -6,7 +6,7 @@
6 6
       <span class="line"></span>
7 7
     </h2>
8 8
 
9
-      <!-- <div class="newDiv">
9
+    <!-- <div class="newDiv">
10 10
       <table class="table">
11 11
         <tr>
12 12
           <th width="12%">开嘱医生</th>
@@ -55,59 +55,56 @@
55 55
     </div>
56 56
     <div class="NoData" v-show="advice_groups.length == 0">
57 57
       <img style="margin-top: 50px; margin-bottom: 50px" src="@/assets/login/data.jpg" alt />
58
-    </div> -->
58
+    </div>-->
59 59
     <el-table :data="statOrderdate" border style="width: 100%">
60
-      <el-table-column fixed  label="开嘱医生" width="100">
61
-        <template slot-scope="scope">
62
-           {{doctor_map[scope.row.advice_doctor] != undefined ? doctor_map[scope.row.advice_doctor].name : ""}}
63
-        </template>
60
+      <el-table-column fixed label="开嘱医生" width="100">
61
+        <template
62
+          slot-scope="scope"
63
+        >{{doctor_map[scope.row.advice_doctor] != undefined ? doctor_map[scope.row.advice_doctor].name : ""}}</template>
64 64
       </el-table-column>
65
-      <el-table-column label="开始时间" width="100" type="index"
66
-     >
67
-          <template slot-scope="scope">
68
-                {{parseTime(scope.row.start_time, "{m}-{d} {h}:{i}")}}
69
-          </template>
65
+      <el-table-column label="开始时间" width="100" type="index">
66
+        <template slot-scope="scope">{{parseTime(scope.row.start_time, "{m}-{d} {h}:{i}")}}</template>
70 67
       </el-table-column>
71
-      <el-table-column  label="医嘱内容" width="100">
68
+      <el-table-column label="医嘱内容" width="100">
72 69
         <template slot-scope="scope">
73
-               <span>{{scope.row.advice_name }}</span>
74
-              <!-- <span>{{scope.row.drug_spec}}{{scope.row.drug_spec_unit}} * {{scope.row.prescribing_number}}{{scope.row.prescribing_number_unit}}</span> -->
75
-              <span v-if="scope.row.advice_desc">{{scope.row.advice_desc}}{{scope.row.drug_spec_unit}}</span>
76
-              <span
77
-                v-if="scope.row.prescribing_number"
78
-              >{{scope.row.prescribing_number}}{{scope.row.prescribing_number_unit}}</span>
79
-              <span v-if="scope.row.single_dose">单次用量{{scope.row.single_dose}}{{scope.row.single_dose_unit}}</span>
80
-              <span v-if="scope.row.parent_id == 0">{{scope.row.delivery_way}}</span>
81
-              <span v-if="scope.row.parent_id == 0">{{scope.row.execution_frequency}}</span>
82
-              <!-- <span v-if="scope.row.parent_id == 0&&scope.row.remark.length > 0">({{scope.row.remark}})</span> -->
70
+          <span>{{scope.row.advice_name }}</span>
71
+          <!-- <span>{{scope.row.drug_spec}}{{scope.row.drug_spec_unit}} * {{scope.row.prescribing_number}}{{scope.row.prescribing_number_unit}}</span> -->
72
+          <span v-if="scope.row.advice_desc">{{scope.row.advice_desc}}{{scope.row.drug_spec_unit}}</span>
73
+          <span
74
+            v-if="scope.row.prescribing_number"
75
+          >{{scope.row.prescribing_number}}{{scope.row.prescribing_number_unit}}</span>
76
+          <span
77
+            v-if="scope.row.single_dose"
78
+          >单次用量{{scope.row.single_dose}}{{scope.row.single_dose_unit}}</span>
79
+          <span v-if="scope.row.parent_id == 0">{{scope.row.delivery_way}}</span>
80
+          <span v-if="scope.row.parent_id == 0">{{scope.row.execution_frequency}}</span>
81
+          <!-- <span v-if="scope.row.parent_id == 0&&scope.row.remark.length > 0">({{scope.row.remark}})</span> -->
83 82
         </template>
84 83
       </el-table-column>
85
-      <el-table-column  label="执行时间" width="100">
86
-         <template slot-scope="scope">
87
-              {{parseTime(scope.row.execution_time, "{m}-{d} {h}:{i}")}}
88
-         </template>
84
+      <el-table-column label="执行时间" width="100">
85
+        <template slot-scope="scope">{{parseTime(scope.row.execution_time, "{m}-{d} {h}:{i}")}}</template>
89 86
       </el-table-column>
90 87
       <el-table-column label="执行护士" width="200">
91
-         <template slot-scope="scope">
92
-          {{scope.row.checker != 0 ? (doctor_map[scope.row.checker] != undefined ? doctor_map[scope.row.checker].name : "") : ""}}
93
-         </template>
88
+        <template
89
+          slot-scope="scope"
90
+        >{{scope.row.checker != 0 ? (doctor_map[scope.row.checker] != undefined ? doctor_map[scope.row.checker].name : "") : ""}}</template>
94 91
       </el-table-column>
95 92
     </el-table>
96 93
   </div>
97 94
 </template>
98 95
 
99 96
 <script>
100
-import { parseTime } from '@/utils'
97
+import { parseTime } from "@/utils";
101 98
 
102 99
 export default {
103
-  name: 'statOrder',
104
-  data () {
100
+  name: "statOrder",
101
+  data() {
105 102
     return {
106
-      title: '临时医嘱 ',
103
+      title: "临时医嘱 ",
107 104
       template_id: 0,
108 105
       tableDate: [],
109 106
       statOrderdate: []
110
-    }
107
+    };
111 108
   },
112 109
   props: {
113 110
     doctor_map: {
@@ -116,98 +113,98 @@ export default {
116 113
     advice_groups: {
117 114
       type: Array,
118 115
       default: () => {
119
-        return []
116
+        return [];
120 117
       }
121 118
     }
122 119
   },
123
-  created () {
124
-    this.template_id = this.$store.getters.user.template_info.template_id
125
-    let arr = [...this.advice_groups]
126
-    let arr2 = []
120
+  created() {
121
+    this.template_id = this.$store.getters.user.template_info.template_id;
122
+    let arr = [...this.advice_groups];
123
+    let arr2 = [];
127 124
     arr.map(item => {
128
-      console.log(item.advices)
129
-      arr2.push(...item.advices)
130
-    })
131
-    this.statOrderdate = arr2
125
+      console.log(item.advices);
126
+      arr2.push(...item.advices);
127
+    });
128
+    this.statOrderdate = arr2;
132 129
   },
133 130
   methods: {
134
-    setAdvices (advices) {
131
+    setAdvices(advices) {
135 132
       if (advices == null) {
136
-        advices = []
133
+        advices = [];
137 134
       }
138
-      this.tableDate.splice(0, this.tableDate.length)
139
-      this.tableDate.push(...advices)
135
+      this.tableDate.splice(0, this.tableDate.length);
136
+      this.tableDate.push(...advices);
140 137
     },
141
-    parseTime (time, layout) {
138
+    parseTime(time, layout) {
142 139
       if (time == 0) {
143
-        return ''
140
+        return "";
144 141
       }
145
-      return parseTime(time, layout)
142
+      return parseTime(time, layout);
146 143
     },
147
-    createMedicalOrder (row) {
144
+    createMedicalOrder(row) {
148 145
       if (row.parent_id > 0) {
149
-        var spliceIndex = -1
146
+        var spliceIndex = -1;
150 147
         for (let index = this.tableDate.length - 1; ; index--) {
151 148
           if (this.tableDate[index].parent_id === row.parent_id) {
152
-            spliceIndex = index
153
-            break
149
+            spliceIndex = index;
150
+            break;
154 151
           } else if (this.tableDate[index].id === row.parent_id) {
155
-            spliceIndex = index
156
-            break
152
+            spliceIndex = index;
153
+            break;
157 154
           }
158 155
         }
159 156
         if (spliceIndex > -1) {
160
-          spliceIndex += 1
157
+          spliceIndex += 1;
161 158
           if (spliceIndex === this.tableDate.length) {
162
-            this.tableDate.push(row)
159
+            this.tableDate.push(row);
163 160
           } else {
164
-            var swapData = this.tableDate.splice(spliceIndex)
165
-            this.tableDate.push(row)
166
-            this.tableDate = this.tableDate.concat(swapData)
161
+            var swapData = this.tableDate.splice(spliceIndex);
162
+            this.tableDate.push(row);
163
+            this.tableDate = this.tableDate.concat(swapData);
167 164
           }
168 165
         }
169 166
       } else {
170
-        this.tableDate.unshift(row)
167
+        this.tableDate.unshift(row);
171 168
       }
172 169
     },
173
-    delMedicalOrder (row) {
170
+    delMedicalOrder(row) {
174 171
       if (row.parent_id > 0) {
175
-        var rslen = this.tableDate.length
172
+        var rslen = this.tableDate.length;
176 173
         for (let i = 0; i < rslen; i++) {
177 174
           if (this.tableDate[i].id == row.id) {
178
-            this.tableDate.splice(i, 1)
179
-            break
175
+            this.tableDate.splice(i, 1);
176
+            break;
180 177
           }
181 178
         }
182 179
       } else {
183
-        var resetTableData = this.tableDate
184
-        this.tableDate = []
185
-        var that = this
186
-        var rslen = resetTableData.length
180
+        var resetTableData = this.tableDate;
181
+        this.tableDate = [];
182
+        var that = this;
183
+        var rslen = resetTableData.length;
187 184
         for (let i = 0; i < rslen; i++) {
188 185
           if (
189 186
             resetTableData[i].id != row.id &&
190 187
             resetTableData[i].parent_id != row.id
191 188
           ) {
192
-            that.tableDate.push(resetTableData[i])
189
+            that.tableDate.push(resetTableData[i]);
193 190
           }
194 191
         }
195 192
       }
196 193
     },
197
-    executionMedicalOrder (row) {
198
-      var alen = this.tableDate.length
194
+    executionMedicalOrder(row) {
195
+      var alen = this.tableDate.length;
199 196
       for (let index = 0; index < alen; index++) {
200 197
         if (this.tableDate[index].id == row.id) {
201
-          this.tableDate[index].execution_state = 1
202
-          this.tableDate[index].execution_staff = row.execution_staff
203
-          this.tableDate[index].execution_time = row.execution_time
204
-          this.tableDate[index].checker = row.checker
205
-          break
198
+          this.tableDate[index].execution_state = 1;
199
+          this.tableDate[index].execution_staff = row.execution_staff;
200
+          this.tableDate[index].execution_time = row.execution_time;
201
+          this.tableDate[index].checker = row.checker;
202
+          break;
206 203
         }
207 204
       }
208 205
     }
209 206
   }
210
-}
207
+};
211 208
 </script>
212 209
 
213 210
 <style rel="stylesheet/scss" lang="scss" scoped>

+ 5 - 6
src/styles/style.scss View File

@@ -726,13 +726,12 @@ body {
726 726
 }
727 727
 
728 728
 .el-collapse-item__header {
729
-  font-size: 0.35rem !important;
729
+  font-size: 0.45rem !important;
730 730
   color: $pgh-color !important;
731 731
   height: 64px !important;
732 732
   line-height: 64px !important;
733
-  @media only screen and (max-width: 812px) {
734
-    font-size: 0.35rem !important;
735
-    color: $pgh-color !important;
733
+  @media only screen and (max-width: 767px) {
734
+    font-size: 0.45rem !important;
736 735
     height: 48px !important;
737 736
     line-height: 48px !important;
738 737
   }
@@ -750,7 +749,7 @@ body {
750 749
   color: #a8b3ba;
751 750
   width: 6.2rem;
752 751
   float: right;
753
-  font-size: 0.34rem;
752
+  font-size: 0.45rem;
754 753
   .field {
755 754
     // @media only screen and (max-width: 812px) {
756 755
     //   margin-top: 6px;
@@ -880,7 +879,7 @@ body {
880 879
   min-height: calc(100vh - 2px);
881 880
   padding-left: 0.45rem;
882 881
   @media only screen and (min-width: 768px) {
883
-    padding-top: 216px;
882
+    padding-top: 232px;
884 883
   }
885 884
 }
886 885
 #app {