NEZ-1072 feat: 主题切换

This commit is contained in:
chenjinsong
2021-11-01 17:23:01 +08:00
parent 1e017d3060
commit 914c096463
395 changed files with 23682 additions and 23372 deletions

View File

@@ -13,15 +13,3 @@ export default {
}
}
</script>
<style lang="scss">
.container {
box-sizing: border-box;
height: calc(100% - 50px);
background-color: #f6f6f6;
width: 100%;
&>div {
height: 100%;
}
}
</style>