Commit 9532b9dc by wufan Committed by zhangleyuan

style:搜索项样式优化

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