Browse Source

加了宽度的修改

Hongxilin
donghaolin 5 months ago
parent
commit
3035ff81e1
  1. 9
      vue/gold-system/src/views/consume/addConsume.vue
  2. 10
      vue/gold-system/src/views/recharge/addRecharge.vue
  3. 12
      vue/gold-system/src/views/refund/addRefund.vue

9
vue/gold-system/src/views/consume/addConsume.vue

@ -351,7 +351,7 @@ function calculateCoins() {
<el-form
:model="user"
label-width="auto"
style="max-width: 1000px"
style="max-width: 1200px"
label-position="left"
>
<el-text size="large" style="margin-left: 20px">客户信息</el-text>
@ -467,6 +467,11 @@ p {
float: left;
}
.form-style2 {
max-width: 50%;
max-width: 60%;
}
p {
font-size: 13px;
transform: scale(1);
}
</style>

10
vue/gold-system/src/views/recharge/addRecharge.vue

@ -778,11 +778,15 @@ const batchAdd = function () {
</el-form>
<!-- 客户信息栏 -->
<el-card style="width: 1200px; float: right" class="customer-info">
<el-card
style="width: 850px; float: right"
class="customer-info"
width="3000px"
>
<el-form
:model="user"
label-width="auto"
style="max-width: 1000px"
style="max-width: 1200px"
label-position="left"
>
<el-text size="large" style="margin-left: 20px">客户信息</el-text>
@ -1124,6 +1128,6 @@ p {
}
.customer-info {
max-width: 50%;
max-width: 60%;
}
</style>

12
vue/gold-system/src/views/refund/addRefund.vue

@ -324,7 +324,11 @@ const handleSelectionChange = (value) => {
</el-form-item>
<div style="display: flex; align-items: center">
<el-form-item prop="taskCoin" label="充值金币" style="float: left">
<el-input v-model="addRefund.rechargeCoin" style="width: 100px" disabled />
<el-input
v-model="addRefund.rechargeCoin"
style="width: 100px"
disabled
/>
<p></p>
</el-form-item>
<el-form-item
@ -499,6 +503,10 @@ p {
float: left;
}
.form-style2 {
max-width: 50%;
max-width: 60%;
}
p {
font-size: 13px;
transform: scale(1);
}
</style>
Loading…
Cancel
Save