Commit 73425b4e authored by 邓超's avatar 邓超

fix: 修改样式问题

parent d233a8b8
Pipeline #61504 waiting for manual action with stages
...@@ -476,6 +476,7 @@ const SiteManage = () => { ...@@ -476,6 +476,7 @@ const SiteManage = () => {
}; };
// 新增角色 // 新增角色
const addsUser = (e, record) => { const addsUser = (e, record) => {
console.log(e, record, 'sdfalkfjasdgj');
e.stopPropagation(); e.stopPropagation();
setItemObj(record); setItemObj(record);
setModalVisible(true); setModalVisible(true);
......
...@@ -95,11 +95,12 @@ const NewSelectUser = props => { ...@@ -95,11 +95,12 @@ const NewSelectUser = props => {
}; };
}); });
setAllist(list); setAllist(list);
} else if (res[0].code !== 0) {
message.error(res[0].msg);
} else {
message.error(res[1].msg);
} }
// else if (res[0].code !== 0) {
// message.error(res[0].msg);
// } else {
// message.error(res[1].msg);
// }
}); });
}; };
// 提交勾选人员 // 提交勾选人员
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
.checkContainer { .checkContainer {
width: 100%; width: 100%;
overflow: hidden;
.checkContent { .checkContent {
display: flex; display: flex;
width: 100%; width: 100%;
......
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