@@ -49,7 +49,7 @@ Component({
{
label:'按产品查',
value:'key',
- placeholder:'请输入产品相关关键词,多个可以用空格或者逗号隔开'
+ placeholder:'请输入产品相关关键词'
},
label:'按公司查',
@@ -21,10 +21,11 @@ page{
}
.inner_icon{
height: 100%;
+ padding-left: 5px;
line-height: calc(50rpx + var(--padding) + var(--padding) + 10rpx);
/* line-height: 50rpx; */
text-align: center;
- width:60rpx;
+ width:50rpx;
position: absolute;
right:0rpx;
top: 0rpx;
@@ -34,6 +35,7 @@ page{
.input_type:empty + .default {
display: block;
+ width: 100%;
.input_type:empty{
display: none;