Files
2022-07-08 10:40:40 +08:00

23 lines
313 B
Vue

<template>
<router-view />
</template>
<script setup></script>
<style>
body {
margin: 0;
padding: 0;
}
.icon {
width: 1em;
height: 1em;
vertical-align: -0.15em;
fill: currentColor;
overflow: hidden;
}
#menu-list-icon-security > .zmwebsdk-MuiListSubheader-sticky {
position: static;
}
</style>