zhengyiming
6 天以前 acd6c55ea7b11e06130c20bcd5ffd98c8e880a1f
apps/bMiniApp/src/pages/home/HomeQueryPositionMenuView.vue
@@ -24,7 +24,7 @@
}>();
const query = defineModel<{
  position: any[];
  position: string[];
}>('query');
const DefaultQuery = {
@@ -43,5 +43,9 @@
.home-query-position-menu-view {
  max-height: 400px;
  .position-select-view {
    height: 400px;
  }
}
</style>