优化个人中心提现管理界面样式

This commit is contained in:
wangqiao
2025-09-15 21:34:05 +08:00
parent ce3aab1c76
commit 4b36bc2e06
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<template>
<div class="box-border min-h-494px w-913px border border-[#EEEEEE] rounded-6px border-solid bg-[#FFFFFF] px-30px py-21px">
<div class="box-border w-913px border border-[#EEEEEE] rounded-6px border-solid bg-[#FFFFFF] px-30px py-21px">
<el-tabs v-model="activeName" class="demo-tabs" @tab-click="handleClick">
<el-tab-pane label="我的上传" name="我的上传">
<uploadTable v-model:type="pageReq.type" v-model="result.list" :refresh="handlerefresh" />