评查点规则编辑中添加多实体开关控制。
修复文档类型删除失败的bug
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user