mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-17 04:54:09 +00:00
fix nits
This commit is contained in:
parent
60a6ff7e1b
commit
e2b47b4c2c
@ -37,7 +37,7 @@ defineProps({
|
||||
loading: { type: Boolean, default: false },
|
||||
});
|
||||
</script>
|
||||
<style lang="scss" scope>
|
||||
<style lang="scss" scoped>
|
||||
.icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
|
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user