huang_an 1 жил өмнө
parent
commit
c219aaabd5

+ 2 - 2
src/views/home/index.vue

@@ -549,13 +549,13 @@
 
 <style scoped lang="scss">
   .box-container {
-    height: 100%;
+    // height: 100%;
     width: 100%;
     padding: 10px;
     box-sizing: border-box;
     display: flex;
     flex-direction: column;
-    // height: calc(100vh - 116px);
+    height: calc(100vh - 116px);
     // width: calc(100%);
 
     .box-container-top {