自定义builder后即可修改高度EntryComponentstructIndex{StatehandlePopup:booleanfalseBuilderbuildPopup(){Text("请输入100的整数倍").backgroundColor(Color.Orange).fontColor(Color.White).fontSize(20).height(100)}build(){Column(){Row(){}.width(200).height(50).backgroundColor('C0C0C0').onClick(()>{this.handlePopup!this.handlePopup;}).bindPopup(this.handlePopup,{builder:this.buildPopup})}.width('100%')....