Vanessa 2025-06-30 15:12:44 +08:00
parent 3f6418bf49
commit 68f346f47d
6 changed files with 22 additions and 20 deletions

View file

@ -836,7 +836,9 @@ interface IAVView {
type: TAVView;
icon: string;
hideAttrViewName: boolean;
pageSize: number,
pageSize: number;
showIcon: boolean;
wrapField: boolean;
}
interface IAVTable extends IAVView {
@ -853,8 +855,6 @@ interface IAVGallery extends IAVView {
cardSize: number; // 0小卡片1中卡片2大卡片
cardAspectRatio: number;
fitImage: boolean;
showIcon: boolean;
wrapField: boolean;
cards: IAVGalleryItem[],
desc: string
fields: IAVColumn[]