高度调整
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<template>
|
||||
<div class="home">
|
||||
<div class="homeView" style=" height: calc(100vh - 120px) !important;">
|
||||
<model v-if="!authStore.showMenuFlag"></model>
|
||||
<dashboard v-if="authStore.showMenuFlag"></dashboard>
|
||||
</div>
|
||||
|
||||
<!-- <div class="main">
|
||||
<div class="main_container">
|
||||
<div class="mode" v-for="(item, index) in modeList" :key="index">
|
||||
@@ -79,8 +80,8 @@ onMounted(() => {
|
||||
});
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.home{
|
||||
.homeView{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: calc(100vh - 120px);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user