@@ -55,6 +55,28 @@ export default {
.date-time-selector-content {
padding: 0 !important;
}
+
+ .one-line-filter-item {
+ padding-left: 6px;
+ .van-cell__title {
+ display: flex;
+ align-items: center;
+ font-size: 12px;
+ line-height: 18px;
+ font-weight: 700;
+ }
+ .van-cell__value {
+ font-size: 11px;
+ line-height: 24px;
+ .j-button-item {
+ height: 24px;
+ line-height: 16px;
+ min-width: 38px;
</style>
@@ -38,7 +38,7 @@
:filters.sync="filters"
:filter-schema-map="conf.filtersSchemaMap"
:filter-type="pageState.searchGroup"
- :dropdown-menu-max-height="conf.maxHeight"
+ :dropdown-menu-max-height="conf.maxHeight1"
@confirm="onFilterConfirm"
@cancel="onFilterCancel"
@open="doOpen"