Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
biz.qingxiao.com
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxuelai
biz.qingxiao.com
Commits
3b1ddb3f
Commit
3b1ddb3f
authored
Dec 06, 2019
by
wangxuelai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
''
parent
cbade5a1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8662 additions
and
4 deletions
+8662
-4
index.html
index.html
+1
-1
UserGuide.js
src/components/UserGuide.js
+1
-0
userguide.js
src/models/userguide.js
+2
-1
index.js
src/pages/classdetail/index.js
+1
-1
index.less
src/pages/classmgt/index.less
+1
-1
yarn-error.log
yarn-error.log
+8650
-0
yarn.lock
yarn.lock
+6
-0
No files found.
index.html
View file @
3b1ddb3f
...
...
@@ -17,6 +17,6 @@
</head>
<body>
<div
id=
"root"
></div>
<script
src=
"dist/main.js?1575
538017286
"
charset=
"utf-8"
></script>
<script
src=
"dist/main.js?1575
604002483
"
charset=
"utf-8"
></script>
</body>
</html>
\ No newline at end of file
src/components/UserGuide.js
View file @
3b1ddb3f
...
...
@@ -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
=
''
;
...
...
src/models/userguide.js
View file @
3b1ddb3f
...
...
@@ -15,7 +15,7 @@ const pathToRegexp = require('path-to-regexp');
export
default
{
namespace
:
'userguide'
,
state
:
{
guideShow
:
fals
e
,
// 引导是否开启
guideShow
:
tru
e
,
// 引导是否开启
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
:
{
...
...
src/pages/classdetail/index.js
View file @
3b1ddb3f
...
...
@@ -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
>
...
...
src/pages/classmgt/index.less
View file @
3b1ddb3f
...
...
@@ -49,7 +49,7 @@
word-break: break-all;
color: #1890FF;
cursor: pointer;
background-color: #fff;
//
background-color: #fff;
}
.tableoperatebox {
min-width: 160px;
...
...
yarn-error.log
0 → 100644
View file @
3b1ddb3f
This diff is collapsed.
Click to expand it.
yarn.lock
View file @
3b1ddb3f
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment