diff --git a/app/components/rules/new/ReviewSettings.tsx b/app/components/rules/new/ReviewSettings.tsx index e02c7f9..eaaeb2e 100644 --- a/app/components/rules/new/ReviewSettings.tsx +++ b/app/components/rules/new/ReviewSettings.tsx @@ -1112,13 +1112,7 @@ export function ReviewSettings({ onChange }: ReviewSettingsProps) {
已添加 {rules.length} 条规则
- +
{rules.length === 0 ? ( @@ -1181,87 +1175,14 @@ export function ReviewSettings({ onChange }: ReviewSettingsProps) {
-
-
- -
- -
-
- - - -
- -
-
- - -
建议在消息中说明问题出现的原因及建议的解决方案
-
- - {actionType === 'notification' && ( -
- - - -
- -
- - - -
-
-
- )} -
-
+
+
diff --git a/app/styles/components/form.css b/app/styles/components/form.css index cb3ba6f..da45b79 100644 --- a/app/styles/components/form.css +++ b/app/styles/components/form.css @@ -75,10 +75,6 @@ } /* 表单复选框和单选框 */ - .form-checkbox-group, - .form-radio-group { - @apply space-y-2; - } .form-check { @apply flex items-center;