Merge branch 'dongjian' into develop
This commit is contained in:
@@ -4,7 +4,9 @@
|
|||||||
<view class="search-view">
|
<view class="search-view">
|
||||||
<view class="head-view">
|
<view class="head-view">
|
||||||
<u-icon size="30rpx" name="arrow-left" @click="onBack" color="#333"></u-icon>
|
<u-icon size="30rpx" name="arrow-left" @click="onBack" color="#333"></u-icon>
|
||||||
<u-input class="input-view wx-width" v-model="searchInput"></u-input>
|
<input class="input-view wx-width" v-model="searchInput"></input>
|
||||||
|
<!-- <u-input class="input-view wx-width"
|
||||||
|
v-model="searchInput"></u-input> -->
|
||||||
<view class="search-btn flex-c" @click="onSearch">
|
<view class="search-btn flex-c" @click="onSearch">
|
||||||
<text class="text-32 text-zu">搜索</text>
|
<text class="text-32 text-zu">搜索</text>
|
||||||
</view>
|
</view>
|
||||||
@@ -219,7 +221,8 @@ export default {
|
|||||||
padding: 0 30rpx !important;
|
padding: 0 30rpx !important;
|
||||||
border-radius: 36rpx;
|
border-radius: 36rpx;
|
||||||
margin-left:12rpx;
|
margin-left:12rpx;
|
||||||
border-color:#7934F6 !important;
|
flex:1;
|
||||||
|
border:1rpx solid #7934F6;
|
||||||
}
|
}
|
||||||
/* #ifdef MP-WEIXIN */
|
/* #ifdef MP-WEIXIN */
|
||||||
.wx-width{
|
.wx-width{
|
||||||
@@ -231,4 +234,5 @@ export default {
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user