优化
This commit is contained in:
parent
efa29d60e8
commit
c02065e6ac
@ -1,8 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<PageWrapper>
|
<PageWrapper>
|
||||||
<a-card shadow="never" size="small" class="proCard tabsCard">
|
<a-card class="proCard tabsCard">
|
||||||
<a-tabs v-model="activeName">
|
<a-tabs v-model="activeName">
|
||||||
<a-tab-pane name="basic" label="基本设置">
|
<a-tab-pane key="basic" tab="基本设置">
|
||||||
<BasicSetting />
|
<BasicSetting />
|
||||||
</a-tab-pane>
|
</a-tab-pane>
|
||||||
</a-tabs>
|
</a-tabs>
|
||||||
|
Loading…
Reference in New Issue
Block a user