See999 5 years ago
parent
commit
f3a0edc5c9

+ 6 - 0
package-lock.json View File

6473
       "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz",
6473
       "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz",
6474
       "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA=="
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
     "last-call-webpack-plugin": {
6482
     "last-call-webpack-plugin": {
6477
       "version": "2.1.2",
6483
       "version": "2.1.2",
6478
       "resolved": "https://registry.npmjs.org/last-call-webpack-plugin/-/last-call-webpack-plugin-2.1.2.tgz",
6484
       "resolved": "https://registry.npmjs.org/last-call-webpack-plugin/-/last-call-webpack-plugin-2.1.2.tgz",

+ 1 - 0
package.json View File

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

+ 4 - 2
src/scrm_pages/doctorIntroduction/doctorIntroduction.vue View File

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

+ 1 - 0
src/scrm_pages/microHome/microHome.vue View File

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