Explorar el Código

加上高度100vh

lifanagju_citu hace 11 meses
padre
commit
58016b71ab
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/layout/enterprise.vue

+ 1 - 0
src/layout/enterprise.vue

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