Browse Source

修改样式

See999 5 years ago
parent
commit
827561daa5

+ 7 - 3
src/pages/home/login.vue View File

@@ -37,9 +37,9 @@
37 37
           >
38 38
             登录
39 39
           </button>
40
-          <router-link to="/forgetPassword">
41
-            <div class="newForget">忘记密码</div>
42
-          </router-link>
40
+          <!-- <router-link to="/forgetPassword"> -->
41
+          <div class="newForget" @click="ok">忘记密码</div>
42
+          <!-- </router-link> -->
43 43
           <!-- </router-link> -->
44 44
           <!-- <div class="forget">
45 45
           <a href="">免密码登录</a>
@@ -55,6 +55,7 @@
55 55
 import { loginByPwd } from "@/api/login";
56 56
 import { hex_md5 } from "@/utils/md5";
57 57
 import { getLoginInfoCache, cacheLoginInfo } from "@/utils/admin_info_cache";
58
+import { Toast } from "vant";
58 59
 
59 60
 export default {
60 61
   name: "Home",
@@ -115,6 +116,9 @@ export default {
115 116
     },
116 117
     to: function() {
117 118
       this.$router.push({ path: "/forgetPassword" });
119
+    },
120
+    ok() {
121
+      Toast.success("程序员还在开发中");
118 122
     }
119 123
   }
120 124
 };

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

@@ -30,7 +30,7 @@
30 30
         </el-form>
31 31
         <el-form
32 32
           :inline="true"
33
-          class="demo-form-inline"
33
+          class="demo-form-inline doubleForm"
34 34
           :model="doubleReview"
35 35
           label-width="3.4rem"
36 36
         >
@@ -51,7 +51,7 @@
51 51
         </el-form>
52 52
         <el-form
53 53
           :inline="true"
54
-          class="demo-form-inline"
54
+          class="demo-form-inline doubleForm"
55 55
           :model="doubleReview"
56 56
           label-width="3.4rem"
57 57
         >
@@ -80,7 +80,7 @@
80 80
         </el-form>
81 81
         <el-form
82 82
           :inline="true"
83
-          class="demo-form-inline"
83
+          class="demo-form-inline doubleForm"
84 84
           :model="doubleReview"
85 85
           label-width="3.4rem"
86 86
         >
@@ -117,7 +117,7 @@
117 117
 
118 118
         <el-form
119 119
           :inline="true"
120
-          class="demo-form-inline"
120
+          class="demo-form-inline doubleForm"
121 121
           :model="doubleReview"
122 122
           label-width="3.4rem"
123 123
         >

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

@@ -18,17 +18,17 @@
18 18
           <div style="width:100%;overflow:hildden;">
19 19
             <table class="table" style="">
20 20
               <tr @click="selectRow(-1, null)">
21
-                <th v-if="isShow('监测时间')" width="124px">时间</th>
22
-                <th v-if="isShow('血压')" width="72px">血压(mmHg)</th>
23
-                <th v-if="isShow('脉搏')" width="80px">脉搏(次/分)</th>
24
-                <th v-if="isShow('体温')" width="80px">体温(℃)</th>
25
-                <th v-if="isShow('呼吸频率')" width="110px">呼吸频率(次/分)</th>
26
-                <th v-if="isShow('血流量')" width="92px">血流量(ml/min)</th>
21
+                <th v-if="isShow('监测时间')" width="60px">时间</th>
22
+                <th v-if="isShow('血压')" width="60px">血压(mmHg)</th>
23
+                <th v-if="isShow('脉搏')" width="50px">脉搏(次/分)</th>
24
+                <th v-if="isShow('体温')" width="50px">体温(℃)</th>
25
+                <th v-if="isShow('呼吸频率')" width="80px">呼吸频率(次/分)</th>
26
+                <th v-if="isShow('血流量')" width="70px">血流量(ml/min)</th>
27 27
                 <th width="76px">静脉压/动脉压(mmHg)</th>
28
-                <th v-if="isShow('跨膜压')" width="76px">跨膜压(mmHg)</th>
29
-                <th v-if="isShow('超滤量') && template_id ==6" width="76px">超滤量(ml)</th>
30
-                <th v-if="isShow('超滤量') && template_id !=6" width="76px">超滤量(L)</th>
31
-                <th v-if="isShow('钠浓度')" width="92px">钠浓度(mmol/L)</th>
28
+                <th v-if="isShow('跨膜压')" width="70px">跨膜压(mmHg)</th>
29
+                <th v-if="isShow('超滤量') && template_id ==6" width="60px">超滤量(ml)</th>
30
+                <th v-if="isShow('超滤量') && template_id !=6" width="60px">超滤量(L)</th>
31
+                <th v-if="isShow('钠浓度')" width="82px">钠浓度(mmol/L)</th>
32 32
                 <th v-if="isShow('透析液温度')" width="82px">透析液温度(℃)</th>
33 33
                 <th v-if="isShow('置换率') && template_id ==6" width="92px">置换率(ml/min)</th>
34 34
                 <th v-if="isShow('置换率') && template_id !=6" width="92px">置换率(L/h)</th>

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

@@ -287,7 +287,7 @@
287 287
         <div class="PrescSubmit">
288 288
           <button style="display: none" class="tj" @click="sign()">医生签名</button>
289 289
           <button class="tjcq" @click="commitSolutionInfo" v-if="isPermission()">保存并设为长期处方</button>
290
-          <button class="tj" style="visibility: hidden;" @click="commitInfo" v-if="isPermission()">保存</button>
290
+          <button class="tj" style="display:none;" @click="commitInfo" v-if="isPermission()">保存</button>
291 291
         </div>
292 292
       </div>
293 293
     </div>

+ 13 - 9
src/pages/personal/index.vue View File

@@ -72,7 +72,7 @@
72 72
         <img class="bannerOne" src="../../assets/my/myBanner.png" alt />
73 73
         <div class="avatar">
74 74
           <img src="../../assets/my/avatar.png" alt />
75
-          <p>{{user_name}}</p>
75
+          <p>{{ user_name }}</p>
76 76
         </div>
77 77
       </div>
78 78
       <div class="list">
@@ -85,15 +85,15 @@
85 85
             <span class="iconfont jiantou">&#xe6f9;</span>
86 86
           </div>
87 87
         </router-link>
88
-        <router-link to="/ChangePassword">
89
-          <div class="name">
90
-            <div class="left">
91
-              <img src="../../assets/my/modification.png" alt />
92
-              <span>修改密码</span>
93
-            </div>
94
-            <span class="iconfont jiantou">&#xe6f9;</span>
88
+        <!-- <router-link to="/ChangePassword"> -->
89
+        <div class="name" @click="okk">
90
+          <div class="left">
91
+            <img src="../../assets/my/modification.png" alt />
92
+            <span>修改密码</span>
95 93
           </div>
96
-        </router-link>
94
+          <span class="iconfont jiantou">&#xe6f9;</span>
95
+        </div>
96
+        <!-- </router-link> -->
97 97
         <div class="name" @click="logout">
98 98
           <div class="left">
99 99
             <img src="../../assets/my/exit.png" alt />
@@ -111,6 +111,7 @@
111 111
 import SideBar from "@/pages/layout/SideBar";
112 112
 import EditPersonal from "./EditPersonal";
113 113
 import { GetMyInfo } from "@/api/admin_user";
114
+import { Toast } from "vant";
114 115
 
115 116
 export default {
116 117
   name: "PersonalIndex",
@@ -150,6 +151,9 @@ export default {
150 151
     logout: function() {
151 152
       // TODO 请求退出登录接口
152 153
       this.$router.push("/");
154
+    },
155
+    okk() {
156
+      Toast.success("程序员还在开发中");
153 157
     }
154 158
   }
155 159
 };

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

@@ -542,7 +542,7 @@ body {
542 542
       button {
543 543
         padding: 0 0.32rem;
544 544
         border: $main-color;
545
-        font-size: 0.36rem;
545
+        font-size: 0.45rem;
546 546
         text-align: center;
547 547
         height: 1rem;
548 548
         line-height: 0.7rem;