|
@@ -122,11 +122,11 @@
|
|
|
查询
|
|
|
</view>
|
|
|
<view class=" centerY mb-3 w-100 border-box" style="overflow: hidden; ">
|
|
|
- <input type="text" v-model="valueId" class="px-2 py-2 fs-12 w-70"
|
|
|
- style="border: 2px solid #007aff;border-top-left-radius: 2rpx;border-bottom-left-radius: 2rpx;"
|
|
|
+ <input type="text" v-model="valueId" class="px-2 m-0 fs-12 w-70"
|
|
|
+ style="line-height: 62rpx;height: 62rpx;border: 2px solid #007aff;border-top-left-radius: 2rpx;border-bottom-left-radius: 2rpx;"
|
|
|
placeholder="请输入身份证号码" placeholder-class="fs-12" />
|
|
|
- <uni-button type="primary" class="my-button fs-12 px-2 ml-auto border-box w-30"
|
|
|
- style="padding: 0x ;border: 1px solid #007aff;border-top-right-radius: 12rpx;border-bottom-right-radius: 12rpx;"
|
|
|
+ <uni-button type="primary" class="my-button fs-12 ml-auto border-box w-30"
|
|
|
+ style="line-height: 70rpx;height: 70rpx;padding: 0 ;border-top-right-radius: 12rpx;border-bottom-right-radius: 12rpx;"
|
|
|
@click="search">搜索
|
|
|
</uni-button>
|
|
|
</view>
|