mirror of
https://github.com/PlayEdu/backend
synced 2025-12-31 05:09:28 +08:00
input 都增加清空按钮
This commit is contained in:
@@ -320,6 +320,7 @@ const MemberPage = () => {
|
||||
}}
|
||||
style={{ width: 160 }}
|
||||
placeholder="请输入姓名关键字"
|
||||
allowClear
|
||||
/>
|
||||
</div>
|
||||
<div className="d-flex mr-24">
|
||||
@@ -331,6 +332,7 @@ const MemberPage = () => {
|
||||
}}
|
||||
style={{ width: 160 }}
|
||||
placeholder="请输入邮箱账号"
|
||||
allowClear
|
||||
/>
|
||||
</div>
|
||||
<div className="d-flex">
|
||||
|
||||
Reference in New Issue
Block a user