Browse Source

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

xiaoming_global 4 years ago
parent
commit
e1186c85d3
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/styles/style.scss

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

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) {