refactor(projects): 地图插件页面布局重构

This commit is contained in:
Soybean
2021-11-11 00:28:21 +08:00
parent 6a692d4f99
commit 36e0e669fd
2 changed files with 5 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="overflow-hidden">
<n-card title="地图插件" class="h-full shadow-sm rounded-16px">
<n-card title="地图插件" class="h-full shadow-sm rounded-16px" content-style="overflow:hidden">
<n-tabs type="line" class="flex-col-stretch h-full" pane-class="flex-1-hidden">
<n-tab-pane v-for="item in maps" :key="item.id" :name="item.id" :tab="item.label">
<component :is="item.component" />