修复前端TypeScript编译错误

- CookiePage: blob类型转换为BlobPart,移除Tag的size属性
- UsersPage: 移除Divider的orientation属性(类型不兼容)
This commit is contained in:
yml2213
2026-06-23 00:59:02 +08:00
parent 157793cf0f
commit 56de33a285
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -311,7 +311,7 @@ export default function UsersPage() {
if (groupKeys.length === 0) return null;
return (
<div key={group.label} style={{ marginBottom: 12 }}>
<Divider orientation="left" style={{ margin: '8px 0 12px' }}>
<Divider style={{ margin: '8px 0 12px' }}>
{group.label}
</Divider>
<div style={{ display: 'flex', flexWrap: 'wrap', gap: '8px 24px' }}>