chore: small fixes and optimizations

This commit is contained in:
jialin
2025-11-17 20:15:26 +08:00
parent 906f59a566
commit e22b5ed516
9 changed files with 63 additions and 47 deletions
@@ -212,7 +212,7 @@ const AccessControlForm = forwardRef((props: AccessControlFormProps, ref) => {
id: 'models.accessControlModal.includeusers'
})}
</span>
<DownOutlined />
<DownOutlined style={{ fontSize: 12 }} />
</span>
</Dropdown>
);