Handy_Cao hace 2 años
padre
commit
249fd536f1
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/packages/pc/views/footer/capital/summary/index.vue

+ 2 - 2
src/packages/pc/views/footer/capital/summary/index.vue

@@ -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>