fix(ai-pick): 不足3条时表格高度自适应,去掉固定height约束
This commit is contained in:
@@ -463,7 +463,6 @@ export struct AiPickNodeComponent {
|
|||||||
this.buildCustomStrategy()
|
this.buildCustomStrategy()
|
||||||
}
|
}
|
||||||
.width('100%')
|
.width('100%')
|
||||||
.height(321)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Builder
|
@Builder
|
||||||
@@ -637,7 +636,6 @@ export struct AiPickNodeComponent {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
.width('100%')
|
.width('100%')
|
||||||
.height(175)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Builder
|
@Builder
|
||||||
|
|||||||
Reference in New Issue
Block a user