Commit 9532b9dc by wufan Committed by zhangleyuan

style:搜索项样式优化

parent c39e78f3
......@@ -257,11 +257,11 @@ function EmployeesManagePage() {
style={{
display: "flex",
alignItems: "center",
justifyContent: "space-between",
justifyContent: "flex-start",
padding: "15px 0 10px",
}}
>
<div style={{ flex: 1 }}>
<div>
搜索员工:
<Search
style={{
......@@ -289,7 +289,7 @@ function EmployeesManagePage() {
/>
</div>
<div style={{ flex: 1 }}>
<div>
身份:
{_.map(roleIds, (item: any) => {
return (
......
......@@ -2,7 +2,7 @@
* @Author: wufan
* @Date: 2020-11-30 10:47:38
* @LastEditors: wufan
* @LastEditTime: 2020-12-14 15:46:14
* @LastEditTime: 2020-12-14 19:49:52
* @Description: 用户管理页面
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
......@@ -89,11 +89,11 @@ function UserManagePage() {
style={{
display: "flex",
alignItems: "center",
justifyContent: "space-between",
justifyContent: "flex-start",
padding: "15px 0 10px",
}}
>
<div style={{ flex: 1 }}>
<div>
搜索用户:
<Search
style={{
......@@ -122,7 +122,7 @@ function UserManagePage() {
</div>
<div style={{ flex: 1 }}>
<div>
注册时间:
<RangePicker
style={{ flex: 1, width: "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