mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 08:42:23 +08:00
资源分类页面初步
This commit is contained in:
@@ -384,3 +384,9 @@ textarea.ant-input {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-column {
|
||||||
|
width: 1px;
|
||||||
|
height: 14px;
|
||||||
|
background: #cccccc;
|
||||||
|
}
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ export const ResourceCategoryPage: React.FC = () => {
|
|||||||
}
|
}
|
||||||
disabled={null}
|
disabled={null}
|
||||||
/>
|
/>
|
||||||
|
<div className="form-column"></div>
|
||||||
<PerButton
|
<PerButton
|
||||||
type="link"
|
type="link"
|
||||||
text="删除"
|
text="删除"
|
||||||
@@ -109,7 +109,7 @@ export const ResourceCategoryPage: React.FC = () => {
|
|||||||
}
|
}
|
||||||
disabled={null}
|
disabled={null}
|
||||||
/>
|
/>
|
||||||
|
<div className="form-column"></div>
|
||||||
<PerButton
|
<PerButton
|
||||||
type="link"
|
type="link"
|
||||||
text="删除"
|
text="删除"
|
||||||
|
|||||||
Reference in New Issue
Block a user