Browse Source

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

csx 5 years ago
parent
commit
595a751906
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/pages/main/dialog/PrescriptionDialog.vue
  2. 1 1
      src/styles/media.scss

+ 1 - 1
src/pages/main/dialog/PrescriptionDialog.vue View File

@@ -1086,7 +1086,7 @@
1086 1086
               this.zhiShow = true
1087 1087
               this.totalShow = true
1088 1088
               this.huShow = true
1089
-             
1089
+              console.log("a")
1090 1090
             }
1091 1091
           }
1092 1092
         }

+ 1 - 1
src/styles/media.scss View File

@@ -1,4 +1,4 @@
1
-@media only screen and (max-width: 415px) {
1
+@media only screen and (max-width: 500px) {
2 2
   html {
3 3
     font-size: 30px;
4 4
   }