Files

23 lines
313 B
Vue
Raw Normal View History

2022-04-29 13:22:04 +08:00
<template>
<router-view />
</template>
2022-05-05 19:48:27 +08:00
<script setup></script>
<style>
body {
margin: 0;
padding: 0;
2022-04-29 13:22:04 +08:00
}
2022-06-06 17:32:42 +08:00
.icon {
width: 1em;
height: 1em;
vertical-align: -0.15em;
fill: currentColor;
overflow: hidden;
}
2022-07-08 10:40:40 +08:00
#menu-list-icon-security > .zmwebsdk-MuiListSubheader-sticky {
position: static;
}
2022-04-29 13:22:04 +08:00
</style>