diff --git a/frontend/src/features/admin/views/AdminChatsView.vue b/frontend/src/features/admin/views/AdminChatsView.vue index 1eac2b6..ea555b2 100644 --- a/frontend/src/features/admin/views/AdminChatsView.vue +++ b/frontend/src/features/admin/views/AdminChatsView.vue @@ -726,7 +726,17 @@ function firstQueryValue(value: unknown) { }" > - {{ item.content }} + + {{ item.content }} + + + + @@ -1313,6 +1323,20 @@ function firstQueryValue(value: unknown) { text-align: center; } +.system-block { + display: inline-flex; + max-width: min(100%, 320px); + flex-direction: column; + align-items: center; + gap: 8px; +} + +.system-attachments { + display: grid; + justify-items: center; + gap: 6px; +} + .message-row small { display: block; margin-bottom: 5px; diff --git a/frontend/src/features/wallet/components/PaymentAccountDialog.vue b/frontend/src/features/wallet/components/PaymentAccountDialog.vue index e8a9482..c3179aa 100644 --- a/frontend/src/features/wallet/components/PaymentAccountDialog.vue +++ b/frontend/src/features/wallet/components/PaymentAccountDialog.vue @@ -185,11 +185,25 @@ function removeImage(index: number) { > - - 支付宝 - 微信 - 银行卡 - + + + + + 支付宝 + 推荐 + + + 微信 + 银行卡 + + + 推荐优先添加支付宝,微信和银行卡可按需选择。 + + @@ -307,6 +321,47 @@ function removeImage(index: number) { padding: 10px 20px; } +.account-type-picker { + display: grid; + gap: 8px; +} + +.account-type-group { + display: flex; + flex-wrap: wrap; +} + +.account-type-label { + display: inline-flex; + align-items: center; + gap: 6px; +} + +.recommend-badge { + display: inline-flex; + align-items: center; + height: 18px; + padding: 0 6px; + border-radius: 999px; + background: #fff7ed; + color: #c2410c; + font-size: 11px; + font-weight: 700; + line-height: 1; +} + +:deep(.el-radio-button__original-radio:checked + .el-radio-button__inner .recommend-badge) { + background: rgba(255, 255, 255, 0.24); + color: #fff; +} + +.account-type-tip { + margin: 0; + color: #8a5a13; + font-size: 12px; + line-height: 1.5; +} + .certificate-upload { display: flex; flex-wrap: wrap; diff --git a/frontend/src/features/wallet/views/MobileWithdrawalView.vue b/frontend/src/features/wallet/views/MobileWithdrawalView.vue index c2655b2..42504a3 100644 --- a/frontend/src/features/wallet/views/MobileWithdrawalView.vue +++ b/frontend/src/features/wallet/views/MobileWithdrawalView.vue @@ -553,10 +553,18 @@ function statusType(status: string): 'primary' | 'success' | 'danger' | 'warning direction="horizontal" class="type-tabs" > - 支付宝 + + + 支付宝 + 推荐 + + 微信 银行卡 + + 推荐优先添加支付宝,微信和银行卡可按需选择。 +
+ 推荐优先添加支付宝,微信和银行卡可按需选择。 +