Browse Source

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

csx 4 years ago
parent
commit
95b376f6a2
4 changed files with 9 additions and 6 deletions
  1. 2 2
      config/dev.env.js
  2. 2 2
      config/prod.env.js
  3. 1 1
      src/pages/main/dialog/PrescriptionDialog.vue
  4. 4 1
      src/styles/style.scss

+ 2 - 2
config/dev.env.js View File

@@ -4,9 +4,9 @@ const prodEnv = require('./prod.env')
4 4
 
5 5
 module.exports = merge(prodEnv, {
6 6
   NODE_ENV: '"development"',
7
-  BASE_API: '"http://api.xt.test.sgjyun.com"'
7
+  // BASE_API: '"http://api.xt.test.sgjyun.com"'
8 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 10
   // BASE_API: '"https://api.xt.kuyicloud.com"'
11 11
 
12 12
 })

+ 2 - 2
config/prod.env.js View File

@@ -1,9 +1,9 @@
1 1
 "use strict";
2 2
 module.exports = {
3 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 7
   // http://api.xt.test.sgjyun.com
8 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 View File

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

+ 4 - 1
src/styles/style.scss View File

@@ -413,7 +413,10 @@ body {
413 413
   .Dialog {
414 414
     font-size: 0.36rem;
415 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 420
       width: 12.8rem !important;
418 421
     }
419 422
     @media only screen and (min-width: 376px) and (max-width: 415px) {