feat(代理中心页面): 暂时隐藏“提现”按钮
This commit is contained in:
parent
f7cacef344
commit
9351dc4c20
@ -332,7 +332,7 @@
|
||||
</div>
|
||||
|
||||
<!-- 操作按钮 -->
|
||||
<div style="display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2vw; margin: 0 1%">
|
||||
<div style="display: flex; align-items: center; gap: 2vw; margin: 0 1%">
|
||||
<!-- 兑换按钮 -->
|
||||
<button
|
||||
class="action-btn"
|
||||
@ -360,7 +360,7 @@
|
||||
</button>
|
||||
|
||||
<!-- 提现按钮 -->
|
||||
<button
|
||||
<!-- <button
|
||||
class="action-btn"
|
||||
style="
|
||||
background: linear-gradient(135deg, #a6f1b2 2.82%, #2fff3d 99.15%), #fff;
|
||||
@ -370,7 +370,7 @@
|
||||
@click="goToWithdraw"
|
||||
>
|
||||
{{ t('withdraw') }}
|
||||
</button>
|
||||
</button> -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -914,6 +914,9 @@ onMounted(() => {
|
||||
/* 操作按钮 */
|
||||
|
||||
.action-btn {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
|
||||
padding: 14px 12px;
|
||||
border: none;
|
||||
border-radius: 12px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user