|
|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div class="app-search-module" :style="{ height: height + 'upx' }">
|
|
|
- <div class="map-search" :style="{ backgroundColor: backColor }" style="height: 80upx">
|
|
|
+ <div class="map-search" :style="{ backgroundColor: backColor }" style="height: 110upx">
|
|
|
<div class="icon-wrap" v-if="isIcon">
|
|
|
<i class="iconfont" :class="[icon]"></i>
|
|
|
</div>
|
|
|
@@ -33,7 +33,7 @@ export default {
|
|
|
// 搜索组件的高度
|
|
|
height: {
|
|
|
type: Number,
|
|
|
- default: 80
|
|
|
+ default: 110
|
|
|
},
|
|
|
placeholder: {
|
|
|
type: String,
|
|
|
@@ -109,7 +109,7 @@ export default {
|
|
|
.map-search {
|
|
|
@include disFlex(center, flex-start);
|
|
|
width: 100%;
|
|
|
- height: 80upx;
|
|
|
+ height: 110upx;
|
|
|
border-radius: 50upx;
|
|
|
.icon-wrap {
|
|
|
margin-left: 20upx;
|
|
|
@@ -121,10 +121,10 @@ export default {
|
|
|
}
|
|
|
.input-wrap {
|
|
|
width: calc(100% - 90upx);
|
|
|
- height: 80upx;
|
|
|
+ height: 110upx;
|
|
|
margin-left: 14upx;
|
|
|
input {
|
|
|
- height: 80upx;
|
|
|
+ height: 110upx;
|
|
|
font-size: 30upx !important;
|
|
|
text-align: left;
|
|
|
line-height: 90upx;
|
|
|
@@ -136,11 +136,11 @@ export default {
|
|
|
}
|
|
|
// 按钮
|
|
|
.search-btn {
|
|
|
- height: 80upx;
|
|
|
+ height: 110upx;
|
|
|
padding: 0 20upx;
|
|
|
flex-shrink: 0;
|
|
|
margin-left: 20upx;
|
|
|
background-color: inherit;
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|