|
|
@ -662,7 +662,7 @@ onMounted(() => { |
|
|
|
<div class="userAndForm"> |
|
|
|
<div class="left"> |
|
|
|
<el-form :model="recharge" ref="Ref" :rules="rules" label-width="auto" label-position="right" |
|
|
|
style="max-width: 600px" class="add-form"> |
|
|
|
style="min-width: 420px" class="add-form"> |
|
|
|
<el-form-item prop="jwcode" label="精网号"> |
|
|
|
<el-input v-model="recharge.jwcode" style="width: 220px"/> |
|
|
|
<el-button type="primary" @click="getUser(recharge.jwcode)" style="margin-left: 20px">查询</el-button> |
|
|
@ -932,6 +932,7 @@ onMounted(() => { |
|
|
|
.beautiful { |
|
|
|
width: 90%; |
|
|
|
display: flex; |
|
|
|
margin-left: 20px; |
|
|
|
justify-content: center; |
|
|
|
align-items: center; |
|
|
|
padding: 0 10px; |
|
|
|