UI优化
This commit is contained in:
@@ -578,6 +578,7 @@ const WalletPage: React.FC = () => {
|
||||
|
||||
{/* 提现弹窗 */}
|
||||
<CommonPopup
|
||||
showHeader={true}
|
||||
visible={show_withdraw_popup}
|
||||
onClose={() => set_show_withdraw_popup(false)}
|
||||
onConfirm={submit_withdraw}
|
||||
@@ -619,6 +620,8 @@ const WalletPage: React.FC = () => {
|
||||
{/* 选择月份弹窗 */}
|
||||
{showMonthPicker && (
|
||||
<PopupPicker
|
||||
showHeader={true}
|
||||
title="选择月份"
|
||||
visible={showMonthPicker}
|
||||
setvisible={setShowMonthPicker}
|
||||
value={[
|
||||
@@ -639,6 +642,7 @@ const WalletPage: React.FC = () => {
|
||||
)}
|
||||
{/* 筛选账单弹窗 */}
|
||||
<CommonPopup
|
||||
showHeader={true}
|
||||
visible={showFilterPopup}
|
||||
onClose={handleFilterCancel}
|
||||
onConfirm={modify_load_transactions_params}
|
||||
|
||||
Reference in New Issue
Block a user