【功能完善】商城: 客服商品组件显示优化

This commit is contained in:
puhui999
2024-11-10 15:25:27 +08:00
parent fdee8d8628
commit 649c24ed51
5 changed files with 73 additions and 163 deletions

View File

@@ -24,7 +24,7 @@
交易订单
</div>
</el-header>
<el-main class="kefu-content">
<el-main class="kefu-content p-10px!">
<div v-if="!isEmpty(conversation)" v-loading="loading">
<!-- 基本信息 -->
<UserBasicInfo v-if="activeTab === '会员信息'" :user="user" mode="kefu">
@@ -33,7 +33,7 @@
</template>
</UserBasicInfo>
<!-- 账户信息 -->
<el-card v-if="activeTab === '会员信息'" class="h-full" shadow="never">
<el-card v-if="activeTab === '会员信息'" class="h-full mt-10px" shadow="never">
<template #header>
<CardTitle title="账户信息" />
</template>