fix: remove fontWeight/fontSize, use cfontsize
This commit is contained in:
parent
4f1357e855
commit
f261fa8dd1
@ -4,7 +4,6 @@
|
|||||||
"width": "100%",
|
"width": "100%",
|
||||||
"height": "100%",
|
"height": "100%",
|
||||||
"padding": "0"
|
"padding": "0"
|
||||||
|
|
||||||
},
|
},
|
||||||
"subwidgets": [
|
"subwidgets": [
|
||||||
{
|
{
|
||||||
@ -18,8 +17,7 @@
|
|||||||
{
|
{
|
||||||
"widgettype": "Title2",
|
"widgettype": "Title2",
|
||||||
"options": {
|
"options": {
|
||||||
"text": "知识库管理",
|
"text": "知识库管理"
|
||||||
"fontWeight": "700"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -29,8 +27,7 @@
|
|||||||
"widgettype": "Text",
|
"widgettype": "Text",
|
||||||
"options": {
|
"options": {
|
||||||
"text": "向量知识库的文档管理、检索与测试",
|
"text": "向量知识库的文档管理、检索与测试",
|
||||||
"fontSize": "14px"
|
"cfontsize": 1.2
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -67,24 +64,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "delete",
|
"name": "manage",
|
||||||
"label": "删除文件",
|
"label": "文档管理",
|
||||||
"refresh": true,
|
"refresh": true,
|
||||||
"content": {
|
"content": {
|
||||||
"widgettype": "urlwidget",
|
"widgettype": "urlwidget",
|
||||||
"options": {
|
"options": {
|
||||||
"url": "{{entire_url('/rag/delete.ui')}}"
|
"url": "{{entire_url('/rag/knowledge_base')}}"
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "programs",
|
|
||||||
"label": "知识库程序",
|
|
||||||
"refresh": true,
|
|
||||||
"content": {
|
|
||||||
"widgettype": "urlwidget",
|
|
||||||
"options": {
|
|
||||||
"url": "{{entire_url('/rag/programs.ui')}}"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user