Commit 301d57bc by zhangleyuan

style:调整样式

parent 7bc451a7
......@@ -475,7 +475,7 @@ function EmployeeManage() {
<Button className="update-user-btn" onClick={()=>{updateListData()}}>更新列表数据</Button>
<span className="origin-text">数据来源企业微信通讯录</span>
<a
href="https://www.yuque.com/wangzhong-zkqw0/qixue/nsfcbi"
href="https://www.yuque.com/docs/share/8c66333f-ed62-469d-909e-b36389a115ea?#"
target="_blank"
>
<span className="view-text">查看数据更新说明</span>
......
......@@ -36,7 +36,7 @@ function DepartMentTabCon(props) {
title: "学员",
dataIndex: "nickName",
width: 220,
fixed: 'left',
fixed:'left',
render: (val, item) => {
return (
<div>
......@@ -62,7 +62,7 @@ function DepartMentTabCon(props) {
dataIndex: "realName",
width: 180,
render: (val, record) => {
return <span>{val}</span>;
return <span>{val}</span>
},
},
{
......@@ -117,7 +117,7 @@ function DepartMentTabCon(props) {
title: "操作",
key: "operate",
dataIndex: "operate",
width: "15%",
width: 60,
fixed: 'right',
render: (val, item) => {
return (
......@@ -359,7 +359,7 @@ function DepartMentTabCon(props) {
<Button className="update-user-btn" onClick={()=>{updateListData()}}>更新列表数据</Button>
<span className="origin-text">数据来源企业微信通讯录</span>
<a
href="https://www.yuque.com/wangzhong-zkqw0/qixue/nsfcbi"
href="https://www.yuque.com/docs/share/8c66333f-ed62-469d-909e-b36389a115ea?#"
target="_blank"
>
<span className="view-text">查看数据更新说明</span>
......
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