mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
feat: add switch to control dashboard mode (#31)
This commit is contained in:
@@ -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%;
|
||||
|
@@ -129,7 +129,7 @@ const filterMenus = (menus: any[]) => {
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss" scope>
|
||||
<style lang="scss" scoped>
|
||||
.side-bar {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
|
Reference in New Issue
Block a user