浏览代码

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

xiaoming_global 4 年前
父节点
当前提交
e1186c85d3
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/styles/style.scss

+ 4 - 1
src/styles/style.scss 查看文件

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