我的自适应卡有以下 JSON 代码:
{
"type": "AdaptiveCard",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.3",
"body": [
{
"type": "Container",
"items": [
{
"type": "TextBlock",
"text": "Awesome! ",
"wrap": true,
"size": "large",
"weight": "bolder"
}
]
},
{
"type": "TextBlock",
"text": "Let's add some tags and notes to make it more memorable",
"wrap": true
},
{
"type": "Input.ChoiceSet",
"choices": [
{
"title": "Work",
"value": "1"
},
{
"title": "Kids",
"value": "2"
}
],
"id": "tags",
"label": "What influences your current mood?",
"style": "expanded",
"isMultiSelect": true
},
{
"type": "TextBlock",
"text": "Any notes that you would like to add",
"wrap": true
},
{
"type": "Input.Text",
"placeholder": "Write something...",
"id": "notes",
"isMultiline": true
},
{
"type": "Input.Text",
"value": "1",
"id": "moodId",
"isVisible": false
}
],
"actions": [
{
"type": "Action.Submit",
"title": "Submit"
}
]
}
但由于某种原因,它不关心wrap
Android 中的属性(iOS 工作正常)。由于水平滚动条,MS Teams 拒绝了我的提交,我该如何解决?
更新: 测试:
- 小米红米 Note 8
- 安卓版本11 rkq1.201004.002
- 团队版本 1416/1.0.0.2021163901/1022