mirror of
https://github.com/PlayEdu/backend
synced 2025-06-19 16:22:51 +08:00
资源分类页面初步
This commit is contained in:
parent
e41b32501d
commit
e648db8394
@ -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="删除"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user