This commit is contained in:
Qiuxia Fan 2022-03-21 17:48:46 +08:00
parent 60a6ff7e1b
commit e2b47b4c2c
3 changed files with 4 additions and 3 deletions

View File

@ -37,7 +37,7 @@ defineProps({
loading: { type: Boolean, default: false }, loading: { type: Boolean, default: false },
}); });
</script> </script>
<style lang="scss" scope> <style lang="scss" scoped>
.icon { .icon {
width: 16px; width: 16px;
height: 16px; height: 16px;

View File

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

View File

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