@@ -152,6 +152,7 @@ export default {
}
.artical {
+ font-size: 27rpx;
box-shadow: 0px 4rpx 32rpx rgba(0, 0, 0, 0.1);
border-radius: 32rpx;
padding: 30rpx;
@@ -202,6 +202,7 @@ export default {
phone,
work_range,
};
+ this.info.capital = this.info.capital + '万元'
this.model = {
title: "",
item: [
@@ -8,7 +8,7 @@
range-key="name"
class="picker_self"
>
- <view class="picker_title active">
+ <view class="picker_title active" style="padding-left: 15%">
{{ picker_title }}
</view>
</picker>
@@ -173,12 +173,13 @@ export default {
height: 100%;
display: flex;
justify-content: flex-start;
+
.picker::after {
content: "";
position: absolute;
- left: 11%;
+ left: 25%;
top: 20%;
width: 0;
height: 0;