Commit 8521f639 authored by 李晓兵's avatar 李晓兵

Merge branch 'develop' of https://hel.hand-china.com/xugong/hls-xcmg-vue-app into develop

parents 3d0a82c9 bcb0d17a
......@@ -26,6 +26,14 @@
<div slot="name">发动机号</div>
<input slot="content" v-model="rentInfo.engine" readonly placeholder="自动识别发动机号" >
</item>
<item>
<div slot="name">车辆型号 </div>
<input slot="content" v-model="info.type" readonly placeholder="自动识别车辆型号" >
</item>
<item>
<div slot="name">合格证编号 </div>
<input slot="content" v-model="info.number" readonly placeholder="自动识别合格证编号" >
</item>
<item>
<div slot="name">厂商型号</div>
<input
......@@ -289,7 +297,7 @@ export default {
.down {
position: relative;
width: 314px;
height: 436px;
height: 466px;
background-size: 301px 24.7px;
background-color: #fff;
}
......
......@@ -191,6 +191,12 @@ export default {
</script>
<style lang='less' >
#payment-pay-entry {
.push{
position: absolute;
top:10px;
margin-left:10px;
width:35px;
}
.h-header {
background-color: #00469C;
.h-header-btn {
......@@ -263,6 +269,7 @@ export default {
width: 30px;
display: block;
float: left;
position: relative;
margin: 12px 8px 0 3px;
}
}
......
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