|
@@ -205,7 +205,7 @@ function createSearchBidBaseSchema(conf = {}) {
|
|
|
{
|
|
|
key: 'selectType',
|
|
|
label: '搜索范围:',
|
|
|
- labelHeight: !isVip || !isInApp ? '22px' : '32px',
|
|
|
+ labelHeight: isVip || !isInApp ? '22px' : '30px',
|
|
|
defaultVal: ['content', 'title'],
|
|
|
_name: 'type',
|
|
|
_type: 'component',
|
|
@@ -214,6 +214,7 @@ function createSearchBidBaseSchema(conf = {}) {
|
|
|
{
|
|
|
key: 'subtype',
|
|
|
label: '信息类型:',
|
|
|
+ labelHeight: '25px',
|
|
|
defaultVal: '',
|
|
|
_name: 'subtype',
|
|
|
_type: 'component',
|