评查点规则编辑中添加多实体开关控制。

修复文档类型删除失败的bug
This commit is contained in:
2026-01-16 10:11:53 +08:00
parent ea896f98fd
commit e332d05e5d
3 changed files with 75 additions and 35 deletions
@@ -589,8 +589,8 @@ export function ExtractionSettings({
</div>
<div className="ant-card-body">
{/* 多实体抽取开关 */}
<div className="mb-6 p-3 bg-gray-50 rounded-md border border-gray-200 w-[40%]">
<div className="flex items-center justify-between">
<div className="mb-6 p-3 bg-gray-50 rounded-md border border-gray-200 w-fit">
<div className="flex items-center gap-5">
<div className="flex items-center">
<i className="ri-group-line text-lg mr-2 text-gray-600"></i>
<div>
@@ -599,7 +599,7 @@ export function ExtractionSettings({
</div>
</div>
<label className="relative inline-flex items-center cursor-pointer ml-5">
<label className="relative inline-flex items-center cursor-pointer">
<input
type="checkbox"
className="sr-only peer"