Selaa lähdekoodia

提示框层级

柳香萍 6 vuotta sitten
vanhempi
commit
834576b03b

+ 1 - 1
config/dev.env.js Näytä tiedosto

6
 module.exports = {
6
 module.exports = {
7
   NODE_ENV: '"development"',
7
   NODE_ENV: '"development"',
8
   ENV_CONFIG: '"dev"',
8
   ENV_CONFIG: '"dev"',
9
-  BASE_API: '"http://localhost:9529"', // '"http://localhost:9529"'//http://api.xt.test.sgjyun.com
9
+  BASE_API: '"http://112.74.16.180:9527"', // '"http://localhost:9529"'//http://api.xt.test.sgjyun.com
10
   // PATIENT_SIT: '"http://test1.sgjyun.com"',
10
   // PATIENT_SIT: '"http://test1.sgjyun.com"',
11
   // MIRCOMALL_SIT: '"http://mall.test.sgjyun.com"'
11
   // MIRCOMALL_SIT: '"http://mall.test.sgjyun.com"'
12
 }
12
 }

+ 1 - 1
src/styles/sidebar.scss Näytä tiedosto

47
     }
47
     }
48
     .el-menu {
48
     .el-menu {
49
       border: none;
49
       border: none;
50
-      height: 100%;
50
+      min-height: 100%;
51
       width: 100% !important;
51
       width: 100% !important;
52
     }
52
     }
53
   }
53
   }

+ 1 - 1
src/views/layout/components/Navbar.vue Näytä tiedosto

127
   top: 0;
127
   top: 0;
128
   left: 0;
128
   left: 0;
129
   right: 0;
129
   right: 0;
130
-  z-index: 2052;
130
+  // z-index: 2052;
131
   .nav-logo {
131
   .nav-logo {
132
     width: 162px;
132
     width: 162px;
133
     display: flex;
133
     display: flex;

+ 1 - 1
src/views/layout/components/TagsView.vue Näytä tiedosto

124
     border-bottom: 1px solid #d8dce5;
124
     border-bottom: 1px solid #d8dce5;
125
     box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 0 3px 0 rgba(0, 0, 0, .04);
125
     box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 0 3px 0 rgba(0, 0, 0, .04);
126
     position: fixed;
126
     position: fixed;
127
-    z-index: 2052;
127
+    // z-index: 2052;
128
     top: 60px;
128
     top: 60px;
129
     .tags-view-item {
129
     .tags-view-item {
130
       display: inline-block;
130
       display: inline-block;