@@ -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',
@@ -105,6 +105,8 @@ const getPrefix = {
.search-schema-filter-container {
&.use-style-col {
.search-schema-filter-item {
+ display: flex;
+ align-items: start;
& + .search-schema-filter-item {
margin-top: 16px;
}
@@ -136,7 +138,7 @@ const getPrefix = {
flex-shrink: 0;
color: #686868;
font-size: 14px;
- line-height: 22px;
+ line-height: 23px;
margin-right: 12px;
text-align: right;