Browse Source

修改样式

See999 5 years ago
parent
commit
e872da297e

+ 11 - 11
src/pages/advice/DialysisAdviceTable.vue View File

@@ -95,17 +95,17 @@
95 95
 
96 96
       <table class="table">
97 97
         <tr>
98
-          <th width="50px">姓名</th>
99
-          <th width="50px">透析号</th>
100
-          <th width="50px">期效</th>
101
-          <th width="100px">开始时间</th>
102
-          <th width="200px">医嘱内容</th>
103
-          <th width="50px">执行时间</th>
104
-          <th width="50px">执行护士</th>
105
-          <th width="50px">校对护士</th>
106
-          <th width="100px">校对时间</th>
107
-          <th width="50px">开嘱医生</th>
108
-          <th width="100px">开嘱时间</th>
98
+          <th width="60px">姓名</th>
99
+          <th width="30px">透析号</th>
100
+          <th width="50px">类型</th>
101
+          <th width="110px">开始时间</th>
102
+          <th width="140px">医嘱内容</th>
103
+          <th width="100px">执行时间</th>
104
+          <th width="80px">执行护士</th>
105
+          <th width="80px">校对护士</th>
106
+          <th width="110px">校对时间</th>
107
+          <th width="60px">开嘱医生</th>
108
+          <th width="110px">开嘱时间</th>
109 109
         </tr>
110 110
         <template v-for="(schedules, zone_name, index) in filtedScheduals">
111 111
           <tr :key="index">

+ 1 - 1
src/pages/home/login.vue View File

@@ -118,7 +118,7 @@ export default {
118 118
       this.$router.push({ path: "/forgetPassword" });
119 119
     },
120 120
     ok() {
121
-      Toast.success("程序员还在开发中");
121
+      Toast("程序员还在开发中");
122 122
     }
123 123
   }
124 124
 };

+ 1 - 1
src/pages/main/dialog/AcceptsDialog.vue View File

@@ -474,7 +474,7 @@ export default {
474 474
 .acceptsForm {
475 475
   .el-radio {
476 476
     margin-right: 20px;
477
-    width: 2.4rem;
477
+    width: 2.2rem;
478 478
   }
479 479
 }
480 480
 

+ 9 - 9
src/pages/main/dialog/DoubleDialog.vue View File

@@ -21,7 +21,7 @@
21 21
               >错误</el-radio
22 22
             >
23 23
           </el-form-item>
24
-          <el-form-item label="差错描述 : " label-width="3.4rem">
24
+          <el-form-item label="差错描述 : " label-width="3.5rem">
25 25
             <el-input
26 26
               class="doubleInput"
27 27
               v-model="doubleReview.dialysis_item_desc"
@@ -32,7 +32,7 @@
32 32
           :inline="true"
33 33
           class="demo-form-inline doubleForm"
34 34
           :model="doubleReview"
35
-          label-width="3.4rem"
35
+          label-width="3.5rem"
36 36
         >
37 37
           <el-form-item label="透析参数核查 : ">
38 38
             <el-radio v-model="doubleReview.dialysis_parameter_check" label="1"
@@ -42,7 +42,7 @@
42 42
               >错误</el-radio
43 43
             >
44 44
           </el-form-item>
45
-          <el-form-item label="差错描述 : " label-width="3.4rem">
45
+          <el-form-item label="差错描述 : " label-width="3.5rem">
46 46
             <el-input
47 47
               class="doubleInput"
48 48
               v-model="doubleReview.dialysis_parameter_desc"
@@ -53,7 +53,7 @@
53 53
           :inline="true"
54 54
           class="demo-form-inline doubleForm"
55 55
           :model="doubleReview"
56
-          label-width="3.4rem"
56
+          label-width="3.5rem"
57 57
         >
58 58
           <el-form-item label="血管通路核查 : ">
59 59
             <!--<el-radio-group v-model="form.appetite">-->
@@ -71,7 +71,7 @@
71 71
               >错误</el-radio
72 72
             >
73 73
           </el-form-item>
74
-          <el-form-item label="差错描述 : " label-width="3.4rem">
74
+          <el-form-item label="差错描述 : " label-width="3.5rem">
75 75
             <el-input
76 76
               class="doubleInput"
77 77
               v-model="doubleReview.vascular_access_desc"
@@ -82,7 +82,7 @@
82 82
           :inline="true"
83 83
           class="demo-form-inline doubleForm"
84 84
           :model="doubleReview"
85
-          label-width="3.4rem"
85
+          label-width="3.5rem"
86 86
         >
87 87
           <el-form-item label="管道连接核查 : ">
88 88
             <!--<el-radio-group v-model="form.condition">-->
@@ -94,7 +94,7 @@
94 94
             >
95 95
             <!--</el-radio-group>-->
96 96
           </el-form-item>
97
-          <el-form-item label="差错描述 : " label-width="3.4rem">
97
+          <el-form-item label="差错描述 : " label-width="3.5rem">
98 98
             <el-input
99 99
               class="doubleInput"
100 100
               v-model="doubleReview.pipeline_connection_desc"
@@ -107,7 +107,7 @@
107 107
           <div class="content">
108 108
             <span
109 109
               class="text"
110
-              style="width: 3.4rem"
110
+              style="width: 3.5rem"
111 111
               @click="selectCheckTimeAction"
112 112
               >{{ check_time_str }}</span
113 113
             >
@@ -119,7 +119,7 @@
119 119
           :inline="true"
120 120
           class="demo-form-inline doubleForm"
121 121
           :model="doubleReview"
122
-          label-width="3.4rem"
122
+          label-width="3.5rem"
123 123
         >
124 124
           <p style="margin: 10px 0 10px 13px;" v-if="doubleReview.creater != 0">
125 125
             {{ getFirstCheckDesc() }}

+ 5 - 1
src/pages/main/dialog/MonitDialog.vue View File

@@ -1075,7 +1075,7 @@ export default {
1075 1075
   .content {
1076 1076
     .cell {
1077 1077
       float: left;
1078
-      width: 4.93rem;
1078
+      width: 4.8rem;
1079 1079
       margin: 0.35rem 0 0 0.5rem !important;
1080 1080
       label {
1081 1081
         display: block;
@@ -1106,6 +1106,10 @@ export default {
1106 1106
         }
1107 1107
       }
1108 1108
       .typeButton{
1109
+        height: 38px;
1110
+          line-height: 38px;
1111
+          font-size: 0.45rem;
1112
+          padding: 0 !important;
1109 1113
         @media only screen and (min-width: 768px) {
1110 1114
           height: 60px;
1111 1115
           line-height: 60px;

+ 1 - 1
src/pages/main/dialog/subMenu/checkBoxSubMenu.vue View File

@@ -11,7 +11,7 @@
11 11
         class="success"
12 12
       ></span>
13 13
       <span v-if="propsForm.isMultiple == 2" @click="comfirm" class="success"
14
-        >确定</span
14
+        >保存</span
15 15
       >
16 16
     </div>
17 17
 

+ 5 - 2
src/pages/main/today/dialysisMonitoring.vue View File

@@ -6,9 +6,9 @@
6 6
       <span class="line"></span>
7 7
     </h2>
8 8
     <div class="dm" style="width:100%;overflow:hildden;overflow-x:auto;">
9
-      <table class="table" style>
9
+      <table class="table dialsisTable" style>
10 10
         <tr>
11
-          <th v-if="isShow('监测时间')" width="124px">时间</th>
11
+          <th v-if="isShow('监测时间')" width="80px">时间</th>
12 12
           <th v-if="isShow('体温')" width="80px">体温(℃)</th>
13 13
           <th v-if="isShow('血压')" width="72px">血压(mmHg)</th>
14 14
           <th v-if="isShow('脉搏')" width="80px">脉搏(次/分)</th>
@@ -272,6 +272,9 @@ export default {
272 272
 </script>
273 273
 
274 274
 <style rel="stylesheet/scss" lang="scss" scoped>
275
+.dialsisTable {
276
+  width: 2400px;
277
+}
275 278
 .dm {
276 279
   /* 针对缺省样式 (必须的) */
277 280
   &::-webkit-scrollbar {

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

@@ -9,11 +9,11 @@
9 9
     <div class="newDiv">
10 10
       <table class="table">
11 11
         <tr>
12
-          <th width="12%">开嘱医生</th>
13
-          <th width="18%">开始时间</th>
14
-          <th width="31%">医嘱内容</th>
15
-          <th width="18.6%">执行时间</th>
16
-          <th width="10.5%">执行护士</th>
12
+          <th width="8%">开嘱医生</th>
13
+          <th width="8%">开始时间</th>
14
+          <th width="20%">医嘱内容</th>
15
+          <th width="8%">执行时间</th>
16
+          <th width="8%">执行护士</th>
17 17
           <th v-if="template_id != 6" width="9.4%">核对护士</th>
18 18
         </tr>
19 19
 

+ 1 - 0
src/pages/personal/ElectronicSignature.vue View File

@@ -430,6 +430,7 @@ export default {
430 430
       margin: 0 auto;
431 431
       text-align: center;
432 432
       padding: 10px 0;
433
+      height: 200px;
433 434
       background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
434 435
     }
435 436
     .name {

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

@@ -153,7 +153,7 @@ export default {
153 153
       this.$router.push("/");
154 154
     },
155 155
     okk() {
156
-      Toast.success("程序员还在开发中");
156
+      Toast("程序员还在开发中");
157 157
     }
158 158
   }
159 159
 };

+ 2 - 2
src/styles/style.scss View File

@@ -544,7 +544,7 @@ body {
544 544
         border: $main-color;
545 545
         font-size: 0.45rem;
546 546
         text-align: center;
547
-        height: 1rem;
547
+        height: 1.3rem;
548 548
         line-height: 0.7rem;
549 549
         background: #fff;
550 550
         border: 1px $main-color solid;
@@ -562,7 +562,7 @@ body {
562 562
 
563 563
 // 表单样式
564 564
 .table {
565
-  width: 2400px;
565
+  width: 1800px;
566 566
   overflow: auto;
567 567
   font-size: 0.45rem;
568 568
   text-align: center;