diff --git a/src/views/recharge/gold/addCoinRecharge.vue b/src/views/recharge/gold/addCoinRecharge.vue index 8ed4cba..27599b3 100644 --- a/src/views/recharge/gold/addCoinRecharge.vue +++ b/src/views/recharge/gold/addCoinRecharge.vue @@ -662,7 +662,7 @@ onMounted(() => {
+ style="min-width: 420px" class="add-form"> 查询 @@ -932,6 +932,7 @@ onMounted(() => { .beautiful { width: 90%; display: flex; + margin-left: 20px; justify-content: center; align-items: center; padding: 0 10px; diff --git a/src/views/recharge/gold/coinRechargeDetail.vue b/src/views/recharge/gold/coinRechargeDetail.vue index aeec9ab..4ee6d10 100644 --- a/src/views/recharge/gold/coinRechargeDetail.vue +++ b/src/views/recharge/gold/coinRechargeDetail.vue @@ -678,7 +678,7 @@ const getTagText = (state) => { - + diff --git a/src/views/refund/gold/addCoinRefund.vue b/src/views/refund/gold/addCoinRefund.vue index 02ff95f..1cd7876 100644 --- a/src/views/refund/gold/addCoinRefund.vue +++ b/src/views/refund/gold/addCoinRefund.vue @@ -633,26 +633,33 @@ p { } .userAndForm { - width: 1150px; + width: 100%; height: 100%; display: flex; align-items: center; -} - -.beautiful { - flex: 1; - float: right; - margin-left: 20px; -} + .left { + width: 35%; + display: flex; -.form-style { - margin-top: 50px; - max-width: 50%; - float: left; -} + .add-form { + width: 100%; + margin-top: 50px; + } + } -.el-form-item { - margin-left: 50px; + .right { + flex: 1; + margin-left: 20px; + display: flex; + + .beautiful { + width: 90%; + display: flex; + justify-content: center; + align-items: center; + padding: 0 10px; + } + } } diff --git a/src/views/usergold/gold/clientCountBalance.vue b/src/views/usergold/gold/clientCountBalance.vue index c53f1dd..8c36d6b 100644 --- a/src/views/usergold/gold/clientCountBalance.vue +++ b/src/views/usergold/gold/clientCountBalance.vue @@ -421,7 +421,7 @@ const format3 = (num) => {
- 金币总数:{{ format3(goldtotal || 0) }}     + 金币变动总数:{{ format3(goldtotal || 0) }}     永久金币:{{ format3(permanentGold || 0) }}     免费金币:{{ format3(freeGold || 0) }}     任务金币:{{ format3(taskGold || 0) }}