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