Kaynağa Gözat

修改改样式

See999 5 yıl önce
ebeveyn
işleme
cd39cf6c8e

+ 5 - 0
src/pages/layout/SideBar.vue Dosyayı Görüntüle

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 Dosyayı Görüntüle

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
 }