diff --git a/src/mixins/LookupPanel.js b/src/mixins/LookupPanel.js index 9c940c2..74a9b56 100644 --- a/src/mixins/LookupPanel.js +++ b/src/mixins/LookupPanel.js @@ -302,5 +302,8 @@ export const LookupConditionsMixin = { }); } }, + changeCollege() { + this.conditions.search['class_sort_major'] = '{"name":""}'; + }, }, }; diff --git a/src/pages/index/components/LookupPanel/LookupConditions.vue b/src/pages/index/components/LookupPanel/LookupConditions.vue index 2fcf1b1..addf11d 100644 --- a/src/pages/index/components/LookupPanel/LookupConditions.vue +++ b/src/pages/index/components/LookupPanel/LookupConditions.vue @@ -36,19 +36,19 @@ - + 全部 {{item.name}} - + 全部 {{item.name}} - + 全部 {{item.name}} @@ -140,6 +140,11 @@ margin: 0 16px 16px; } + /*noinspection CssUnusedSymbol*/ + .lookup-conditions >>> .ant-select-search__field { + padding: 0; + } + .w-200px { width: 200px; } diff --git a/src/pages/m/components/LookupPanel/LookupConditions.vue b/src/pages/m/components/LookupPanel/LookupConditions.vue index 509afa7..9ce0755 100644 --- a/src/pages/m/components/LookupPanel/LookupConditions.vue +++ b/src/pages/m/components/LookupPanel/LookupConditions.vue @@ -1,6 +1,6 @@