-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
bugSomething isn't workingSomething isn't workingneed confirmspamAuto-marked as spamAuto-marked as spam
Description
这个代码颜色显示是有问题的,鼠标放上去会让原本的颜色不显示了,绿色红色都会被失效{
"type": "page",
"body": {
"type": "service",
"api": "/amis/api/mock2/sample?perPage=10",
"body": [
{
"type": "table",
"source": "$rows",
"rowClassNameExpr": "${id % 2 ? 'bg-green-200' : 'bg-red-200'}",
"columns": [
{
"name": "engine",
"label": "Engine"
},
{
"name": "grade",
"label": "Grade"
},
{
"name": "version",
"label": "Version"
},
{
"name": "browser",
"label": "Browser"
},
{
"name": "id",
"label": "ID"
},
{
"name": "platform",
"label": "Platform"
}
]
}
]
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneed confirmspamAuto-marked as spamAuto-marked as spam