diff --git a/frontend/pages/question.json b/frontend/pages/question.json index 2704c96..c6764fc 100644 --- a/frontend/pages/question.json +++ b/frontend/pages/question.json @@ -45,9 +45,6 @@ }, "columnsCount": 1, "card": { - "header": { - "title": "

$question

" - }, "body": [ { "name": "id", @@ -64,6 +61,11 @@ "label": "关键字", "hidden": true }, + { + "type": "tpl", + "name": "question", + "tpl": "

$question

" + }, { "name": "media_content", "label": "图片",