mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 13:09:55 +08:00
删除弹窗确认按钮样式优化
This commit is contained in:
@@ -74,7 +74,7 @@ export const MemberPage: React.FC = () => {
|
||||
<Space size="small">
|
||||
<PerButton
|
||||
type="link"
|
||||
text="详情"
|
||||
text="编辑"
|
||||
class="b-link c-red"
|
||||
icon={null}
|
||||
p="user-update"
|
||||
@@ -195,7 +195,7 @@ export const MemberPage: React.FC = () => {
|
||||
<Link style={{ textDecoration: "none" }} to={`/member/create`}>
|
||||
<PerButton
|
||||
type="primary"
|
||||
text="新建"
|
||||
text="添加学员"
|
||||
class="mr-16"
|
||||
icon={<PlusOutlined />}
|
||||
p="user-store"
|
||||
|
||||
Reference in New Issue
Block a user