Commit 3b1ddb3f authored by wangxuelai's avatar wangxuelai

''

parent cbade5a1
......@@ -17,6 +17,6 @@
</head>
<body>
<div id="root"></div>
<script src="dist/main.js?1575538017286" charset="utf-8"></script>
<script src="dist/main.js?1575604002483" charset="utf-8"></script>
</body>
</html>
\ No newline at end of file
......@@ -78,6 +78,7 @@ class UserGuide extends React.Component {
if (document.getElementById('class_0')) {
document.getElementById('class_0').style.position = '';
document.getElementById('class_0').style.zIndex = '';
document.getElementById('class_0').style.backgroundColor = '';
}
if (document.getElementById('class_addClass')) {
document.getElementById('class_addClass').style.position = '';
......
......@@ -15,7 +15,7 @@ const pathToRegexp = require('path-to-regexp');
export default {
namespace: 'userguide',
state: {
guideShow: false, // 引导是否开启
guideShow: true, // 引导是否开启
guideStep: 1, // 引导步骤
position: {},
},
......@@ -74,6 +74,7 @@ export default {
doms.menuBtn.style.zIndex = 105;
doms.firstClassBtn.style.position = 'relative';
doms.firstClassBtn.style.zIndex = 105;
doms.firstClassBtn.style.backgroundColor = '#fff';
yield put({
type: 'updateState',
payload: {
......
......@@ -1598,7 +1598,7 @@ class ClassDetailForm extends React.Component {
<TabPane tab="班级学员" key="2">
<Row type="flex" justify="space-between" className={pageStyle.courseoperate}>
<Col xs={{ span: 24 }} sm={{ span: 24 }} md={{ span: 12 }} lg={{ span: 12 }}>
{hasBtnPower('sjd/classdetail', 'addClassStudent') && <Button id="classdetail_addStudent" className={pageStyle.courseoperatebtn} onClick={this.toAddClassStudent} type="primary" ghost>添加学员</Button>}
{hasBtnPower('sjd/classdetail', 'addClassStudent') && <Button id="classdetail_addStudent" className={pageStyle.courseoperatebtn} onClick={this.toAddClassStudent} type="primary">添加学员</Button>}
{hasBtnPower('sjd/classdetail', 'changeClass') && <Button className={pageStyle.courseoperatebtn} onClick={this.studentsChangeClass}>调至其他班级</Button>}
{hasBtnPower('sjd/classdetail', 'removeClass') && <Button className={pageStyle.courseoperatebtn} onClick={this.removeClassStudent}>移出本班</Button>}
</Col>
......
......@@ -49,7 +49,7 @@
word-break: break-all;
color: #1890FF;
cursor: pointer;
background-color: #fff;
// background-color: #fff;
}
.tableoperatebox {
min-width: 160px;
......
This diff is collapsed.
......@@ -4581,6 +4581,12 @@ image-size@~0.5.0:
version "0.5.5"
resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.5.5.tgz#09dfd4ab9d20e29eb1c3e80b8990378df9e3cb9c"
immutability-helper@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/immutability-helper/-/immutability-helper-3.0.1.tgz#4f609c5afbf8d78cb297970e8af2fba8b0eda1d6"
dependencies:
invariant "^2.2.4"
immutable@^3.7.4:
version "3.8.2"
resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.8.2.tgz#c2439951455bb39913daf281376f1530e104adf3"
......
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