Commit 87d8363f authored by 程新智's avatar 程新智 👽

油画

parent fce20f06
This diff is collapsed.
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
</div> </div>
<div class="car__num__self"> <div class="car__num__self">
<div class="car__num">车牌号:</div> <div class="car__num">车牌号:</div>
<car-number v-model="moveCodeInfo.carNo"></car-number> <car-number class="car__input" v-model="moveCodeInfo.carNo"></car-number>
</div> </div>
<active-form :formDate.sync="formData"></active-form> <active-form :formDate.sync="formData"></active-form>
</div> </div>
...@@ -309,6 +309,9 @@ export default { ...@@ -309,6 +309,9 @@ export default {
font-weight: 500; font-weight: 500;
color: #666666; color: #666666;
} }
.car__input{
width: 100%;
}
} }
.scan__tips { .scan__tips {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment