fix: 完善提示词管理页面的优化,数据库中添加相关字段来区分vlm和llm提示词。评查点设置中抽取设置的多模态抽取的类型通过查询数据库来返回数据。
This commit is contained in:
@@ -94,6 +94,15 @@
|
||||
@apply mr-1;
|
||||
}
|
||||
|
||||
/* 删除按钮 - 红色 */
|
||||
.prompt-page .operation-btn.text-error {
|
||||
@apply !text-red-600;
|
||||
}
|
||||
|
||||
.prompt-page .operation-btn.text-error:hover {
|
||||
@apply !text-red-700 bg-red-50;
|
||||
}
|
||||
|
||||
/* 分页 */
|
||||
.prompt-page .pagination-info {
|
||||
@apply text-sm text-gray-500;
|
||||
|
||||
Reference in New Issue
Block a user