From b957d5b8623cba32b13bb488722e55deccde7055 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Wed, 26 Nov 2025 14:59:03 +0800 Subject: [PATCH] =?UTF-8?q?style(BD=E4=B8=AD=E5=BF=83=E3=80=81BDLeader?= =?UTF-8?q?=E4=B8=AD=E5=BF=83):=20=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/BDCenter/index.vue | 124 ++++++++++++---- src/views/BDLeaderCenter/index.vue | 228 ++++++++++++++++++++++------- 2 files changed, 268 insertions(+), 84 deletions(-) diff --git a/src/views/BDCenter/index.vue b/src/views/BDCenter/index.vue index 33bfc5f..5c48729 100644 --- a/src/views/BDCenter/index.vue +++ b/src/views/BDCenter/index.vue @@ -37,15 +37,8 @@
-
+ +
-
-

+
+
{{ userInfo.userNickname || userInfo.name }} -

-

+

+
ID: {{ userInfo.id || userInfo.account }} -

+
+ +
- +
+
{{ t('bd') }}
+ +
{{ BDData.billTitle }}
+ +
+
{{ t('team_recharge') }}: ${{ BDData.totalRecharge }}
+ +
{{ t('total_team_salary') }}: ${{ BDData.totalSalary }}
@@ -172,20 +188,20 @@ v-for="BDInfo in BDData.memberBillList" style=" background-color: white; - padding: 16px; + padding: 10px 16px; border-radius: 12px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); display: flex; align-items: center; justify-content: space-between; + + gap: 4px; " > - +
-
+ + +
{{ t('salary') }}: ${{ BDInfo.teamSalaryAmount }} @@ -256,6 +293,7 @@ class="overflow-y-auto" @click.stop > +
{{ t('bd_salary') }} @@ -385,34 +423,41 @@ class="overflow-y-auto" @click.stop > +
{{ BDSalaryMore.period }}
+ +
+
{{ t('team_recharge') }}: ${{ BDSalaryMore.teamTotalRecharge }}
+ +
{{ t('total_team_salary') }}: ${{ BDSalaryMore.teamTotalSalary }}
+
- +
-
+ + +
-
+ +
-
-

+
+
{{ userInfo.userNickname || userInfo.name }} -

-

+

+
ID: {{ userInfo.id || userInfo.account }} -

+
+ +
+
+
{{ BDData.billTitle }}
+ +
+
{{ t('team_recharge') }}: ${{ BDData.totalRecharge || 0 }}
+ +
{{ t('total_team_salary') }}: ${{ BDData.totalSalary || 0 }}
@@ -219,23 +234,19 @@ v-for="BDInfo in BDData.memberBillList" style=" background-color: white; - padding: 16px; + padding: 10px 16px; border-radius: 12px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); display: flex; align-items: center; - justify-content: space-between; + justify-content: space-around; + + gap: 4px; " > - +
-
+ + +
+
{{ BDLeaderData.billTitle }}
+ +
-
- {{ t('team_recharge') }}: ${{ BDLeaderData.totalRecharge }} -
{{ t('total_team_salary') }}: ${{ BDLeaderData.totalSalary }}
@@ -320,20 +348,26 @@
- +
-
+ + +
+ + +
+ Remove This BD > +
@@ -407,6 +473,7 @@ class="overflow-y-auto" @click.stop > +
{{ currentHistoryType === 'bd' ? t('bd_salary') : t('bd_leader_history') }} @@ -576,28 +643,42 @@ class="overflow-y-auto" @click.stop > +
{{ SalaryMore.period }}
-
- {{ t('team_recharge') }}: ${{ SalaryMore.teamTotalRecharge }}, - {{ t('total_team_salary') }}: ${{ SalaryMore.teamTotalSalary }} + + +
+ +
+ {{ t('team_recharge') }}: ${{ SalaryMore.teamTotalRecharge }} +
+ + +
+ {{ t('total_team_salary') }}: ${{ SalaryMore.teamTotalSalary }} +
+ +
- +
-
+ + +
+
{{ SalaryMore.period }}
+ +
{{ t('team_salary') }}: ${{ SalaryMore.teamSalary }}, {{ t('bd_number') }}:{{ SalaryMore.bdNumber }}
+ +
- +
-
+ + +