Commit 4a4f7c5c authored by 程新智's avatar 程新智 👽

优化

parent 3d7cc0cb
......@@ -31,7 +31,9 @@
<u--input class="self__input" v-model="model1.userInfo.name" placeholder="请输入" border="none"></u--input>
</u-form-item>
<u-form-item label="行驶里程" prop="userInfo.name" borderBottom ref="item1">
<u--input class="self__input" v-model="model1.userInfo.name" placeholder="请输入" border="none"></u--input>KM
<div class="self__input__km">
<u--input class="self__input" v-model="model1.userInfo.name" placeholder="请输入" border="none"></u--input><span>KM</span>
</div>
</u-form-item>
<u-form-item label="车牌号" ref="item1"> </u-form-item>
<car-number v-model="carNumber"></car-number>
......@@ -110,9 +112,16 @@ export default {
.getPrice {
width: 100%;
height: 100%;
.uni-input-input,
/deep/.uni-input-input,
.uni-input-placeholder {
text-indent: 300rpx;
text-align: right;
}
.self__input__km {
display: flex;
align-items: center;
}
.content__code {
......
......@@ -202,7 +202,7 @@ export default {
.code__get {
position: absolute;
right: -45rpx;
right: -60rpx;
width: 90rpx;
height: 90rpx;
font-size: 28rpx;
......
......@@ -69,5 +69,6 @@
},
"usingComponents": {
"active-form": "/common/active-form/active-form"
}
},
"sitemapLocation": "sitemap.json"
}
\ No newline at end of file
......@@ -210,6 +210,8 @@ __webpack_require__.r(__webpack_exports__);
......
......@@ -28,9 +28,14 @@
width: 100%;
height: 100%;
}
.getPrice .uni-input-input.data-v-2fa4f10f,
.getPrice.data-v-2fa4f10f .uni-input-input,
.getPrice .uni-input-placeholder.data-v-2fa4f10f {
text-indent: 300rpx;
text-align: right;
}
.getPrice .self__input__km.data-v-2fa4f10f {
display: flex;
align-items: center;
}
.getPrice .content__code.data-v-2fa4f10f {
padding: 28rpx;
......
......@@ -123,7 +123,7 @@
}
.index-content .content__code .code__get {
position: absolute;
right: -45rpx;
right: -60rpx;
width: 90rpx;
height: 90rpx;
font-size: 28rpx;
......
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