Commit afd51a60 by maolipeng

fix:ui修改。。。

parent 80dae9bc
...@@ -143,9 +143,6 @@ function UserManagePage() { ...@@ -143,9 +143,6 @@ function UserManagePage() {
<div className="header-item"> <div className="header-item">
<span className="item-name">搜索学员:</span> <span className="item-name">搜索学员:</span>
<Search <Search
style={{
width: 300,
}}
placeholder="搜索学员姓名/手机号" placeholder="搜索学员姓名/手机号"
onSearch={(value) => { onSearch={(value) => {
const _query = { ...query }; const _query = { ...query };
......
...@@ -161,6 +161,7 @@ ...@@ -161,6 +161,7 @@
display: inline-block; display: inline-block;
width: 58px; width: 58px;
text-align: center; text-align: center;
color: #333333;
margin: 0 auto; margin: 0 auto;
border-radius: 2px; border-radius: 2px;
border: 1px solid #E8E8E8; border: 1px solid #E8E8E8;
...@@ -179,7 +180,7 @@ ...@@ -179,7 +180,7 @@
font-size: 12px; font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400; font-weight: 400;
color: #666666; color: #999999;
line-height: 22px; line-height: 22px;
margin: 6px auto 0 auto; margin: 6px auto 0 auto;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment