许静 5 年前
父节点
当前提交
ace81b2f67
共有 2 个文件被更改,包括 5 次插入3 次删除
  1. 1
    1
      config/config.js
  2. 4
    2
      src/pages/staff/list/style.less

+ 1
- 1
config/config.js 查看文件

479
 
479
 
480
   proxy: {
480
   proxy: {
481
     '/api/': {
481
     '/api/': {
482
-      target: 'http://localhost:8080/',
482
+      target: 'http://192.168.0.84:8080/',
483
       changeOrigin: true,
483
       changeOrigin: true,
484
       // pathRewrite: { '^/server': '' },
484
       // pathRewrite: { '^/server': '' },
485
     },
485
     },

+ 4
- 2
src/pages/staff/list/style.less 查看文件

14
 
14
 
15
 .card {
15
 .card {
16
   min-width: 330px;
16
   min-width: 330px;
17
-  margin-right: 20px;
17
+  margin-right: 2vw;
18
   height: 244px;
18
   height: 244px;
19
   background: rgba(255, 255, 255, 1);
19
   background: rgba(255, 255, 255, 1);
20
   box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.12);
20
   box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.12);
23
   position: relative;
23
   position: relative;
24
 }
24
 }
25
 
25
 
26
+
26
 .cardText {
27
 .cardText {
27
   font-size: 20px;
28
   font-size: 20px;
28
   color: rgba(102, 102, 102, 1);
29
   color: rgba(102, 102, 102, 1);
57
   font-size: 10px;
58
   font-size: 10px;
58
   border-radius: 4px;
59
   border-radius: 4px;
59
   color: #ffffff;
60
   color: #ffffff;
60
-  line-height: 14px;
61
+  line-height: 16px;
61
   margin-top: 10px;
62
   margin-top: 10px;
62
   padding: 1px 3px;
63
   padding: 1px 3px;
64
+
63
 }
65
 }
64
 
66
 
65
 .title {
67
 .title {