Commit 4d72ecc6 by maolipeng

feat:tttttttt

parent f302da61
......@@ -17,4 +17,10 @@
margin-left: 4px;
}
}
.limit-tip {
height: 32px;
background: #E9EFFF;
border-radius: 2px;
margin-bottom: 13px;
}
}
\ No newline at end of file
......@@ -24,6 +24,14 @@ const { RangePicker } = DatePicker;
declare var window: any;
function LimitTip() {
return (
<div className="limit-tip">
</div>
)
}
function UserManagePage() {
const [userList, setUserList] = useState([]);
const [model, setModel] = useState<React.ReactNode>(null);
......@@ -197,6 +205,7 @@ function UserManagePage() {
}}
>添加学员</Button>
}
<LimitTip />
<div className="box-body">
<Table
size={"middle"}
......
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