fix:【ele】【member】会员详情的修改按钮不生效

This commit is contained in:
YunaiV
2025-11-02 15:32:28 +08:00
parent f683f01efa
commit 99a4aa993b
3 changed files with 13 additions and 11 deletions

View File

@@ -72,11 +72,15 @@ const [Descriptions] = useDescription({
<template>
<ElCard>
<template #title>
<slot name="title"></slot>
</template>
<template #extra>
<slot name="extra"></slot>
<template #header>
<div class="flex justify-between">
<span class="font-medium">
<slot name="title"></slot>
</span>
<div class="h-[10px]">
<slot name="extra"></slot>
</div>
</div>
</template>
<ElRow v-if="mode === 'member'" :gutter="24">
<ElCol :span="6">