fix(ai-pick): 不足3条时表格高度自适应,去掉固定height约束

This commit is contained in:
clz
2026-07-28 13:41:58 +08:00
parent 305fcb9a7c
commit 3ed8218f71
@@ -463,7 +463,6 @@ export struct AiPickNodeComponent {
this.buildCustomStrategy()
}
.width('100%')
.height(321)
}
@Builder
@@ -637,7 +636,6 @@ export struct AiPickNodeComponent {
)
}
.width('100%')
.height(175)
}
@Builder