feat: add switch to control dashboard mode (#31)

This commit is contained in:
Fine0830
2022-03-21 19:34:08 +08:00
committed by GitHub
parent 61f82c54df
commit f1e405fbb4
23 changed files with 250 additions and 82 deletions

View File

@@ -24,10 +24,11 @@ limitations under the License. -->
<script lang="ts" setup>
import { AppMain, SideBar, NavBar } from "./components";
</script>
<style lang="scss" scope>
<style lang="scss" scoped>
.app-wrapper {
height: 100%;
}
.main-container {
flex-grow: 2;
height: 100%;

View File

@@ -129,7 +129,7 @@ const filterMenus = (menus: any[]) => {
};
</script>
<style lang="scss" scope>
<style lang="scss" scoped>
.side-bar {
position: relative;
height: 100%;