Browse Source

修改样式

See999 5 years ago
parent
commit
c7283652f8
1 changed files with 7 additions and 3 deletions
  1. 7 3
      src/pages/personal/ElectronicSignature.vue

+ 7 - 3
src/pages/personal/ElectronicSignature.vue View File

@@ -427,7 +427,7 @@ export default {
427 427
       height: 400px;
428 428
       margin: 0 auto;
429 429
       border-radius: 4px;
430
-
430
+      overflow: hidden;
431 431
       // @media only screen and (max-width: 812px) {
432 432
       //   width: 500px !important;
433 433
       //   height: 200px !important;
@@ -467,8 +467,12 @@ export default {
467 467
   }
468 468
 }
469 469
 .fl {
470
-  @media only screen and (max-width: 812px) {
471
-    width: 100% !important;
470
+  // @media only screen and (max-width: 812px) {
471
+  //   width: 100% !important;
472
+  //   height: 400px !important;
473
+  // }
474
+  @media only screen and (min-width: 768px) {
475
+    width: 1000px !important;
472 476
     height: 400px !important;
473 477
   }
474 478
 }