|
@ -528,7 +528,7 @@ onMounted(async function () { |
|
|
|
|
|
|
|
|
<template> |
|
|
<template> |
|
|
<div> |
|
|
<div> |
|
|
<el-form :model="addConsume" ref="Ref" :rules="rules" style="max-width: 750px;"> |
|
|
|
|
|
|
|
|
<el-form :model="addConsume" ref="Ref" :rules="rules" style="max-width: 600px;" class="add-form"> |
|
|
<div style="width:25vw"> |
|
|
<div style="width:25vw"> |
|
|
<el-form-item prop="jwcode" label="精网号" style="margin-top: 50px"> |
|
|
<el-form-item prop="jwcode" label="精网号" style="margin-top: 50px"> |
|
|
<el-input v-model="addConsume.jwcode" style="width: 10vw;margin-left:45px" /> |
|
|
<el-input v-model="addConsume.jwcode" style="width: 10vw;margin-left:45px" /> |
|
@ -780,7 +780,14 @@ p { |
|
|
.field { |
|
|
.field { |
|
|
margin-bottom: 14px; |
|
|
margin-bottom: 14px; |
|
|
} |
|
|
} |
|
|
|
|
|
.customer-info { |
|
|
|
|
|
max-width: 60%; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.add-form { |
|
|
|
|
|
max-width: 50%; |
|
|
|
|
|
float: left; |
|
|
|
|
|
} |
|
|
.field-label { |
|
|
.field-label { |
|
|
font-size: 14px; |
|
|
font-size: 14px; |
|
|
color: #606266; |
|
|
color: #606266; |
|
|