Przeglądaj źródła

修改改样式

See999 5 lat temu
rodzic
commit
cd39cf6c8e

+ 5 - 0
src/pages/layout/SideBar.vue Wyświetl plik

@@ -133,6 +133,11 @@ export default {
133 133
             align-items: center;
134 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 141
           p {
137 142
             font-size: 0.32rem;
138 143
             // margin-top: 0.05rem;

+ 1 - 1
src/pages/personal/ElectronicSignature.vue Wyświetl plik

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