@@ -37,8 +37,8 @@
<!-- 展开行 -->
<template #expand>
<div class="buttonbar">
- <el-button type="info" size="small" @click="openComponent('deposit')">充值</el-button>
- <el-button type="info" size="small" @click="openComponent('withdraw')">提现</el-button>
+ <el-button type="danger" size="small" @click="openComponent('deposit')">充值</el-button>
+ <el-button type="primary" size="small" @click="openComponent('withdraw')">提现</el-button>
</div>
</template>
<template #footer>