Style(搜索):界面细节调整

This commit is contained in:
lifizer
2024-04-19 14:39:19 +08:00
parent 95389ecffb
commit 1393a85a67
+5 -5
View File
@@ -14,7 +14,7 @@
class="inp"
@confirm="submitForm"
/>
<text class="iconfont icon-sousuo"></text>
<text class="iconfont icon-sousuo" @click="submitForm"></text>
</view>
</view>
</form>
@@ -83,7 +83,7 @@
</view>
</view>
<u-loadmore
v-if="loadend"
v-if="loadend && list.length > 0"
:line="true"
status="nomore"
nomore-text="到底了"
@@ -137,7 +137,7 @@
</view>
</view>
<u-loadmore
v-if="loadend"
v-if="loadend && list.length > 0"
:line="true"
status="nomore"
nomore-text="到底了"
@@ -340,7 +340,7 @@ export default {
top: 80rpx;
left: 23rpx;
z-index: 5;
width: 120px;
width: 90px;
padding: 10rpx;
border-radius: 4px;
background-color: #fff;
@@ -436,7 +436,7 @@ export default {
display: flex;
margin: 10rpx 0 0 0;
.type-tag {
padding: 4px 8px;
padding: 2px 6px;
border-radius: 3px;
font-size: 12px;
color: #946300;