Browse Source

add-form 改为组件样式

youhua/chongzhi
lihui 2 months ago
parent
commit
f4f44d9076
  1. 9
      src/views/consume/gold/addCoinConsume.vue
  2. 12
      src/views/recharge/gold/addCoinRecharge.vue

9
src/views/consume/gold/addCoinConsume.vue

@ -759,6 +759,10 @@ p {
height: 50px; height: 50px;
display: block; display: block;
} }
.add-form {
max-width: 50%;
float: left;
}
</style> </style>
<style> <style>
@ -778,10 +782,7 @@ p {
max-width: 60%; max-width: 60%;
} }
.add-form {
max-width: 50%;
float: left;
}
.field-label { .field-label {
font-size: 14px; font-size: 14px;
color: #606266; color: #606266;

12
src/views/recharge/gold/addCoinRecharge.vue

@ -902,6 +902,12 @@ p {
height: 50px; height: 50px;
display: block; display: block;
} }
.add-form {
margin-top: 50px;
max-width: 50%;
float: left;
}
</style> </style>
<style> <style>
@ -935,11 +941,7 @@ p {
text-align: center; text-align: center;
} }
.add-form {
margin-top: 50px;
max-width: 50%;
float: left;
}
.customer-info { .customer-info {
max-width: 60%; max-width: 60%;

Loading…
Cancel
Save