perf: panel样式;列表的table抽取

This commit is contained in:
chenjinsong
2021-04-12 13:00:59 +08:00
parent 80fdfd3850
commit e15d8dff15
29 changed files with 735 additions and 870 deletions

View File

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