Bläddra i källkod

Merge branch 'new_pad_branch' of http://git.shengws.com/zhangbj/xt_pad into new_pad_branch

csx 4 år sedan
förälder
incheckning
95b376f6a2

+ 2 - 2
config/dev.env.js Visa fil

4
 
4
 
5
 module.exports = merge(prodEnv, {
5
 module.exports = merge(prodEnv, {
6
   NODE_ENV: '"development"',
6
   NODE_ENV: '"development"',
7
-  BASE_API: '"http://api.xt.test.sgjyun.com"'
7
+  // BASE_API: '"http://api.xt.test.sgjyun.com"'
8
    //http://api.xt.test.sgjyun.com http://localhost:9529
8
    //http://api.xt.test.sgjyun.com http://localhost:9529
9
-   // BASE_API: '"http://api.xt.test.sgjyun.com"'
9
+   BASE_API: '"http://api.xt.test.sgjyun.com"'
10
   // BASE_API: '"https://api.xt.kuyicloud.com"'
10
   // BASE_API: '"https://api.xt.kuyicloud.com"'
11
 
11
 
12
 })
12
 })

+ 2 - 2
config/prod.env.js Visa fil

1
 "use strict";
1
 "use strict";
2
 module.exports = {
2
 module.exports = {
3
   NODE_ENV: '"production"',
3
   NODE_ENV: '"production"',
4
-  BASE_API: '"https://api.xt.kuyicloud.com"'
4
+  // BASE_API: '"https://api.xt.kuyicloud.com"'
5
 
5
 
6
-  // BASE_API: '"http://api.xt.test.sgjyun.com"'
6
+  BASE_API: '"http://api.xt.test.sgjyun.com"'
7
   // http://api.xt.test.sgjyun.com
7
   // http://api.xt.test.sgjyun.com
8
   // '"http://api.xt.kuyicloud.com"', //'"http://api.xt.kuyicloud.com"','"http://api.xt.test.sgjyun.com"'
8
   // '"http://api.xt.kuyicloud.com"', //'"http://api.xt.kuyicloud.com"','"http://api.xt.test.sgjyun.com"'
9
 };
9
 };

+ 1 - 1
src/pages/main/dialog/PrescriptionDialog.vue Visa fil

1289
               this.zhiShow = true
1289
               this.zhiShow = true
1290
               this.totalShow = true
1290
               this.totalShow = true
1291
               this.huShow  = true
1291
               this.huShow  = true
1292
-              console.log("aa")
1292
+             
1293
             }
1293
             }
1294
           }
1294
           }
1295
         }
1295
         }

+ 4 - 1
src/styles/style.scss Visa fil

413
   .Dialog {
413
   .Dialog {
414
     font-size: 0.36rem;
414
     font-size: 0.36rem;
415
     width: 11.8rem;
415
     width: 11.8rem;
416
-    @media only screen and (min-width: 415px) and (max-width: 737px) {
416
+    @media only screen and (min-width: 415px) and (max-width: 500px) {
417
+      width: 10.8rem !important;
418
+    }
419
+    @media only screen and (min-width: 501px) and (max-width: 737px) {
417
       width: 12.8rem !important;
420
       width: 12.8rem !important;
418
     }
421
     }
419
     @media only screen and (min-width: 376px) and (max-width: 415px) {
422
     @media only screen and (min-width: 376px) and (max-width: 415px) {