See999 hace 5 años
padre
commit
c7283652f8
Se han modificado 1 ficheros con 7 adiciones y 3 borrados
  1. 7 3
      src/pages/personal/ElectronicSignature.vue

+ 7 - 3
src/pages/personal/ElectronicSignature.vue Ver fichero

427
       height: 400px;
427
       height: 400px;
428
       margin: 0 auto;
428
       margin: 0 auto;
429
       border-radius: 4px;
429
       border-radius: 4px;
430
-
430
+      overflow: hidden;
431
       // @media only screen and (max-width: 812px) {
431
       // @media only screen and (max-width: 812px) {
432
       //   width: 500px !important;
432
       //   width: 500px !important;
433
       //   height: 200px !important;
433
       //   height: 200px !important;
467
   }
467
   }
468
 }
468
 }
469
 .fl {
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
     height: 400px !important;
476
     height: 400px !important;
473
   }
477
   }
474
 }
478
 }