Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-weichat
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hqzhdj_app
saas-weichat
Commits
0b03aa84
Commit
0b03aa84
authored
Jan 21, 2025
by
yanglang123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
cc0d1193
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
package-lock.json
+0
-0
src/components/Training/TrainingSteps/TrainingSteps.jsx
+8
-3
No files found.
package-lock.json
View file @
0b03aa84
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/components/Training/TrainingSteps/TrainingSteps.jsx
View file @
0b03aa84
...
@@ -687,7 +687,7 @@ class TrainingSteps extends Component {
...
@@ -687,7 +687,7 @@ class TrainingSteps extends Component {
className=
"train-comment"
className=
"train-comment"
style=
{
{
paddingBottom
:
"1rem"
,
backgroundColor
:
"#F4F4F4"
}
}
style=
{
{
paddingBottom
:
"1rem"
,
backgroundColor
:
"#F4F4F4"
}
}
>
>
<
div
className=
"train-comment-contain"
style=
{
{
zIndex
:
'99999'
}
}
>
<
div
className=
"train-comment-contain"
style=
{
{
zIndex
:
"99999"
}
}
>
<
img
src=
{
trainComment
}
className=
"cell-left-icon"
alt=
""
/>
<
img
src=
{
trainComment
}
className=
"cell-left-icon"
alt=
""
/>
<
div
className=
"comment-body"
>
<
div
className=
"comment-body"
>
<
TextareaItem
<
TextareaItem
...
@@ -707,7 +707,12 @@ class TrainingSteps extends Component {
...
@@ -707,7 +707,12 @@ class TrainingSteps extends Component {
ref=
{
(
el
)
=>
(
this
.
autoFocusInst
=
el
)
}
ref=
{
(
el
)
=>
(
this
.
autoFocusInst
=
el
)
}
/>
/>
</
div
>
</
div
>
<
img
src=
{
trainSend
}
className=
"cell-left-icon"
alt=
""
onClick=
{
this
.
trainCommitVerb
}
/>
<
img
src=
{
trainSend
}
className=
"cell-left-icon"
alt=
""
onClick=
{
this
.
trainCommitVerb
}
/>
</
div
>
</
div
>
<
div
<
div
ref=
{
this
.
locationRef
}
ref=
{
this
.
locationRef
}
...
@@ -843,7 +848,7 @@ class TrainingSteps extends Component {
...
@@ -843,7 +848,7 @@ class TrainingSteps extends Component {
toSurvey
=
(
id
)
=>
{
toSurvey
=
(
id
)
=>
{
hashHistory
.
push
({
hashHistory
.
push
({
pathname
:
func
.
routerBefore
()
+
"/allDescribe"
,
pathname
:
func
.
routerBefore
()
+
"/allDescribe"
,
query
:
{
id
:
id
,
type
:
"投票"
},
query
:
{
id
:
id
,
bizType
:
'2'
},
});
});
};
};
}
}
...
...
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