See999 5 jaren geleden
bovenliggende
commit
f3a0edc5c9

+ 6 - 0
package-lock.json Bestand weergeven

@@ -6473,6 +6473,12 @@
6473 6473
       "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz",
6474 6474
       "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA=="
6475 6475
     },
6476
+    "koa2-cors": {
6477
+      "version": "2.0.6",
6478
+      "resolved": "https://registry.npm.taobao.org/koa2-cors/download/koa2-cors-2.0.6.tgz",
6479
+      "integrity": "sha1-mtI986C5u4RTC0b1lE8/tXYIZVQ=",
6480
+      "dev": true
6481
+    },
6476 6482
     "last-call-webpack-plugin": {
6477 6483
       "version": "2.1.2",
6478 6484
       "resolved": "https://registry.npmjs.org/last-call-webpack-plugin/-/last-call-webpack-plugin-2.1.2.tgz",

+ 1 - 0
package.json Bestand weergeven

@@ -111,6 +111,7 @@
111 111
     "friendly-errors-webpack-plugin": "1.6.1",
112 112
     "html-webpack-plugin": "2.30.1",
113 113
     "jquery": "^3.4.1",
114
+    "koa2-cors": "^2.0.6",
114 115
     "lint-staged": "7.2.0",
115 116
     "node-notifier": "5.1.2",
116 117
     "node-sass": "^4.7.2",

+ 4 - 2
src/scrm_pages/doctorIntroduction/doctorIntroduction.vue Bestand weergeven

@@ -173,7 +173,7 @@ export default {
173 173
 }
174 174
 .dynamicTxt {
175 175
   float: left;
176
-  width: 4.5rem;
176
+  width: 6.25rem;
177 177
   height: 1.125rem;
178 178
   line-height: 1.125rem;
179 179
   font-size: 1.125rem;
@@ -195,10 +195,12 @@ export default {
195 195
   border-radius: 3px;
196 196
 }
197 197
 .goodtxt {
198
-  margin: 1rem 0 2.25rem 0.875rem;
198
+  margin: 1rem 2rem 2.25rem 0.875rem;
199 199
   font-size: 1rem;
200 200
   font-weight: 400;
201 201
   color: rgba(68, 75, 92, 1);
202 202
   line-height: 1.5rem;
203
+  // padding-right: 1.25rem;
204
+  box-sizing: border-box;
203 205
 }
204 206
 </style>

+ 1 - 0
src/scrm_pages/microHome/microHome.vue Bestand weergeven

@@ -216,6 +216,7 @@ import {
216 216
   getData
217 217
 } from "@/api/micro/micro";
218 218
 import { link } from "fs";
219
+
219 220
 export default {
220 221
   data() {
221 222
     return {