|
|
@ -45,9 +45,9 @@ |
|
|
<view class="box"> |
|
|
<view class="box"> |
|
|
<view class="lf-m-b-20 lf-row-between"> |
|
|
<view class="lf-m-b-20 lf-row-between"> |
|
|
<view class="lf-font-32 lf-color-black lf-font-bold">报价明细</view> |
|
|
<view class="lf-font-32 lf-color-black lf-font-bold">报价明细</view> |
|
|
<view class="flex lf-row-between"> |
|
|
|
|
|
<u-icon name="search" class="search-icon" v-if="show_icon"></u-icon> |
|
|
|
|
|
<input placeholder="搜索物资" confirm-type="search" @focus="hideIcon()" class="search-self" :value="searchValue" @input="inputChange" @confirm="inputConfirm" /> |
|
|
|
|
|
|
|
|
<view class="lf-flex search-self"> |
|
|
|
|
|
<u-icon name="search" class="search-icon"></u-icon> |
|
|
|
|
|
<input placeholder="搜索物资" confirm-type="search" @focus="hideIcon()" class="lf-m-l-10 lf-font-28" :value="searchValue" @input="inputChange" @confirm="inputConfirm" /> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
</view> |
|
|
</view> |
|
|
@ -471,8 +471,6 @@ |
|
|
</style> |
|
|
</style> |
|
|
<style lang="scss" scoped="scoped"> |
|
|
<style lang="scss" scoped="scoped"> |
|
|
.search-icon { |
|
|
.search-icon { |
|
|
position: relative; |
|
|
|
|
|
left: 50rpx; |
|
|
|
|
|
color: #777; |
|
|
color: #777; |
|
|
} |
|
|
} |
|
|
.search-self { |
|
|
.search-self { |
|
|
@ -482,7 +480,7 @@ |
|
|
font-size: 28rpx; |
|
|
font-size: 28rpx; |
|
|
} |
|
|
} |
|
|
.search-self .uni-input-placeholder { |
|
|
.search-self .uni-input-placeholder { |
|
|
margin-left: 40rpx; |
|
|
|
|
|
|
|
|
margin-right: 500px; |
|
|
color: #777; |
|
|
color: #777; |
|
|
font-size: 28rpx; |
|
|
font-size: 28rpx; |
|
|
} |
|
|
} |
|
|
|