This commit is contained in:
Horis
2023-04-14 22:14:04 +08:00
parent dc304d31d9
commit 6932f767c9
23 changed files with 116 additions and 65 deletions
@@ -29,4 +29,8 @@ const tabData = ref([
]);
</script>
<style lang="scss" scoped></style>
<style lang="scss" scoped>
:deep(.el-tabs__header) {
margin-bottom: 5px;
}
</style>