CN-623 feat: tab类型布局调整

This commit is contained in:
chenjinsong
2022-07-26 16:44:35 +08:00
parent ef2ac4915c
commit ca9dfd9873
9 changed files with 47 additions and 18 deletions

View File

@@ -0,0 +1,9 @@
<template>
<div style="height: 100%;width: 100%;border: 1px solid #f0f0f0"></div>
</template>
<script>
export default {
name: 'NpmMap'
}
</script>