Explorar o código

修改我的首页尺寸

huang_an hai 1 ano
pai
achega
c219aaabd5
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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 {