feat(admin,api,player): 代理层级管理、额度上下分与玩家钱包详情
新增代理管理器与二级代理体系,完善信用额度/上下分上下文与冻结策略;代理端玩家与子代理管理增强;玩家端新增钱包详情页与交易筛选优化。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -93,7 +93,7 @@ function logout() {
|
||||
<GoldSpinner v-if="spinning" :size="28" :progress="progress" :active="spinning" />
|
||||
</div>
|
||||
|
||||
<div class="wallet-banner">
|
||||
<div class="wallet-banner" @click="router.push('/wallet/detail')">
|
||||
<img class="wallet-banner-img" :src="walletBg" alt="" />
|
||||
<img src="/logo.png" alt="TheBet365" class="wallet-card-logo" />
|
||||
<div class="wallet-banner-info">
|
||||
@@ -115,6 +115,7 @@ function logout() {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<span class="wallet-chevron" aria-hidden="true">›</span>
|
||||
</div>
|
||||
|
||||
<section class="settings-group">
|
||||
@@ -184,7 +185,36 @@ function logout() {
|
||||
.wallet-banner {
|
||||
position: relative;
|
||||
margin-bottom: 12px;
|
||||
margin-left: -5px;
|
||||
margin-right: -5px;
|
||||
line-height: 0;
|
||||
cursor: pointer;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.wallet-banner:active .wallet-banner-img {
|
||||
filter: brightness(0.9);
|
||||
transition: filter 0.1s;
|
||||
}
|
||||
|
||||
.wallet-chevron {
|
||||
position: absolute;
|
||||
right: 4%;
|
||||
bottom: 12%;
|
||||
z-index: 3;
|
||||
font-size: 28px;
|
||||
font-weight: 400;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background: rgba(0, 0, 0, 0.35);
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
border-radius: 50%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
pointer-events: none;
|
||||
line-height: 1;
|
||||
backdrop-filter: blur(4px);
|
||||
}
|
||||
|
||||
.wallet-banner-img {
|
||||
|
||||
Reference in New Issue
Block a user