Now let me check other pages that have "add/edit" forms to understand the full scope of what needs to be unified.
Now I can see the tag-category-content.tsx edit form pattern as the reference UI. The key difference is the "添加新标签" section in sales-config-content.tsx uses a compact inline grid layout with dashed border, while the tag-category-content.tsx uses a consistent card-based layout with proper Label+Input pairs. Let me update the sales config's sub-tag form to match the global style.
Now I need to add the showSubTagForm state:
Now let me also replace the X icon import with Trash2 since I changed the delete button icon:
已完成新增标签区域的UI统一。将子标签添加区域从紧凑的内联网格布局改为与全局编辑页面一致的卡片式表单布局,包含标准的 Label + Input/Select 配对、统一的间距和圆角、启用开关使用相同的灰色背景卡片样式,以及取消/确认按钮对齐右侧。列表中的状态列也增加了圆角标签样式,删除按钮统一使用 Trash2 图标。
v107 was created by restoring v104