浏览代码

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

xiaoming_global 5 年前
父节点
当前提交
c5e18c6f7a
共有 2 个文件被更改,包括 6 次插入1 次删除
  1. 5 0
      src/pages/layout/SideBar.vue
  2. 1 1
      src/pages/personal/ElectronicSignature.vue

+ 5 - 0
src/pages/layout/SideBar.vue 查看文件

133
             align-items: center;
133
             align-items: center;
134
             // margin-bottom: 20px;
134
             // margin-bottom: 20px;
135
           }
135
           }
136
+          @media only screen and (min-width: 416px) {
137
+            display: flex;
138
+            align-items: center;
139
+            // margin-bottom: 20px;
140
+          }
136
           p {
141
           p {
137
             font-size: 0.32rem;
142
             font-size: 0.32rem;
138
             // margin-top: 0.05rem;
143
             // margin-top: 0.05rem;

+ 1 - 1
src/pages/personal/ElectronicSignature.vue 查看文件

484
   //   height: 400px !important;
484
   //   height: 400px !important;
485
   // }
485
   // }
486
   @media only screen and (min-width: 768px) {
486
   @media only screen and (min-width: 768px) {
487
-    width: 768px !important;
487
+    width: 100% !important;
488
     height: 400px !important;
488
     height: 400px !important;
489
   }
489
   }
490
 }
490
 }