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