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

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

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

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

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