Browse Source

加上高度100vh

lifanagju_citu 11 months ago
parent
commit
58016b71ab
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/layout/enterprise.vue

+ 1 - 0
src/layout/enterprise.vue

@@ -23,6 +23,7 @@ const router = useRouter()
 <style lang="scss" scoped>
 <style lang="scss" scoped>
 $top: 50px;
 $top: 50px;
 .parent {
 .parent {
+  height: 100vh;
   background-color: var(--default-bgc);
   background-color: var(--default-bgc);
 }
 }
 .headers {
 .headers {