Xiao_123 hace 4 meses
padre
commit
6e9aa5f4ad
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/layout/index.vue

+ 1 - 1
src/layout/index.vue

@@ -82,7 +82,7 @@ watch(
   z-index: 999;
 }
 .content {
-  min-height: calc(100vh - (48px + 225px));
+  min-height: calc(100vh - 256px);
   margin-top: 50px;
 }
 </style>