资源分类页面初步

This commit is contained in:
禺狨 2023-03-13 17:36:37 +08:00
parent e41b32501d
commit e648db8394
2 changed files with 8 additions and 2 deletions

View File

@ -384,3 +384,9 @@ textarea.ant-input {
align-items: center;
}
}
.form-column {
width: 1px;
height: 14px;
background: #cccccc;
}

View File

@ -74,7 +74,7 @@ export const ResourceCategoryPage: React.FC = () => {
}
disabled={null}
/>
<div className="form-column"></div>
<PerButton
type="link"
text="删除"
@ -109,7 +109,7 @@ export const ResourceCategoryPage: React.FC = () => {
}
disabled={null}
/>
<div className="form-column"></div>
<PerButton
type="link"
text="删除"