Browse Source

高度调整

Xiao_123 4 months ago
parent
commit
6e9aa5f4ad
1 changed files with 1 additions and 1 deletions
  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>