This commit is contained in:
Taric Xin
2022-04-28 20:39:34 +08:00
parent de140ceec5
commit 075c61add9
4 changed files with 36 additions and 7 deletions

View File

@ -10,7 +10,7 @@ import { SearchDrawerService } from './search-drawer.service';
})
export class SearchDrawerComponent implements OnInit, AfterViewInit {
@ViewChild('sf', { static: false }) sf!: SFComponent;
ui: SFUISchema = { '*': { spanLabelFixed: 95, grid: { span: 24, gutter: 4 } } };
ui: SFUISchema = { '*': { spanLabelFixed: 95, grid: { span: 12, gutter: 24 } } };
schema!: SFSchema;
loading = true;