平台和搜索icon优化
parent
9b87c4bb42
commit
3acd98ff36
3
App.vue
3
App.vue
|
|
@ -1292,6 +1292,9 @@
|
|||
// #ifdef H5
|
||||
value = 'h5';
|
||||
// #endif
|
||||
// #ifdef APP
|
||||
value = this.set_system_info.platform;
|
||||
// #endif
|
||||
return value;
|
||||
},
|
||||
// 授权验证
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<view>
|
||||
<view class="search-content pr">
|
||||
<view class="search-icon dis-inline-block pa" @tap="search_icon_event">
|
||||
<iconfont :name="propIcon" :color="propIconColor" size="28rpx"></iconfont>
|
||||
<iconfont :name="propIcon" :color="propIconColor" size="24rpx"></iconfont>
|
||||
</view>
|
||||
<input
|
||||
type="text"
|
||||
|
|
@ -194,7 +194,7 @@
|
|||
|
||||
.search-content input {
|
||||
font-size: 24rpx;
|
||||
padding: 0 32rpx 0 68rpx;
|
||||
padding: 0 32rpx 0 64rpx;
|
||||
box-sizing: border-box;
|
||||
height: 56rpx;
|
||||
line-height: 56rpx;
|
||||
|
|
|
|||
Loading…
Reference in New Issue