mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 14:20:21 +08:00
refactor(projects): 地图插件页面布局重构
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user