Kaynağa Gözat

Modificaciones en el menú

JeanBenitez 3 yıl önce
ebeveyn
işleme
de9734001e

+ 0 - 1
vacaciones/src/app/components/mco/mco.component.ts

@@ -85,7 +85,6 @@ export class MCOComponent implements AfterViewInit {
 
   smallMenu(){
     if (this.auxCont) {
-      
       this.pantallaGrande = !this.pantallaGrande;
     }
   }

+ 3 - 1
vacaciones/src/app/components/mes/mes.component.ts

@@ -62,7 +62,9 @@ export class MESComponent implements AfterViewInit {
   }
 
   smallMenu(){
-    this.pantallaGrande = !this.pantallaGrande;
+    if (this.auxCont) {
+      this.pantallaGrande = !this.pantallaGrande;
+    }
   }
 
   async cargarColores(){  

+ 2 - 0
vacaciones/src/styles.css

@@ -70,6 +70,7 @@ tr.mat-row:hover {
     margin-top: 64px !important;
     width: 100% !important;
     margin-bottom: 62px !important;
+    
   }
 
   .card-normal-text {
@@ -90,6 +91,7 @@ tr.mat-row:hover {
   margin-top: 100px;
   margin-bottom: 100px;
   width: 90%;
+  min-width: 1110px !important;
   margin-left: auto;
   margin-right: auto;
 }