Browse Source

修改我的首页尺寸

huang_an 1 year ago
parent
commit
c219aaabd5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/home/index.vue

+ 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 {