自动检测/手动检测页面
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<div class="homeView" style=" height: calc(100vh - 120px) !important;">
|
||||
<!-- style=" height: calc(100vh - 120px) !important;" -->
|
||||
<div class="homeView">
|
||||
<model v-if="!authStore.showMenuFlag"></model>
|
||||
<dashboard v-if="authStore.showMenuFlag"></dashboard>
|
||||
</div>
|
||||
@@ -81,6 +82,7 @@ onMounted(() => {
|
||||
<style lang="scss" scoped>
|
||||
.homeView{
|
||||
width: 100%;
|
||||
height: calc(100vh - 120px);
|
||||
// height: calc(100vh - 120px);
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user