提现功能需要添加

This commit is contained in:
bobobobo
2026-01-04 23:35:06 +08:00
parent a4ae562396
commit 42eba945e8
58 changed files with 4825 additions and 1015 deletions

View File

@@ -53,6 +53,9 @@
:placeholder-style="placeholderStyle"
:placeholder="props.placeholder"
/>
<view v-else class="right-box">
<slot name="right"></slot>
</view>
</view>
<view v-if="hasDefaultSlot" class="bottom-slot">
<slot></slot>
@@ -74,6 +77,10 @@
width: 100%;
display: flex;
justify-content: space-between;
.right-box {
display: flex;
align-items: center;
}
}
.bottom-slot {
margin-top: 26rpx;