Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
icbcRPG
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wildfirecode13
icbcRPG
Commits
a4f579d2
Commit
a4f579d2
authored
Dec 17, 2020
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
dee389f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
6 deletions
+13
-6
main.jsx
project/src/pages/main/main.jsx
+11
-6
main.less
project/src/pages/main/main.less
+2
-0
No files found.
project/src/pages/main/main.jsx
View file @
a4f579d2
...
...
@@ -14,11 +14,14 @@ class Main extends Component {
};
}
myFuc
=
()
=>
{};
myFuc
=
()
=>
{
222222
;
};
getElement
()
{}
render
()
{
const
{
guide
}
=
this
.
state
;
return
(
<
div
className=
"main "
uuid=
"7d70e354-c6e9-47c8-a482-4101c0a75401"
>
<
img
...
...
@@ -53,11 +56,13 @@ class Main extends Component {
uuid=
"d0f0eccb-269e-46eb-b0e3-b87d90eb0d7c"
src=
{
this
.
state
.
resList
[
'213be104-04d9-41c7-bfdb-2b457c162d84'
].
url
}
/>
<
img
className=
"main_guide4 "
uuid=
"09e35495-0b40-479b-b618-936953cd4cdc"
src=
{
this
.
state
.
resList
[
'632edd4c-7875-4ec2-8592-16584b2247eb'
].
url
}
/>
{
guide
&&
(
<
img
className=
"main_guide4 "
uuid=
"09e35495-0b40-479b-b618-936953cd4cdc"
src=
{
this
.
state
.
resList
[
'632edd4c-7875-4ec2-8592-16584b2247eb'
].
url
}
/>
)
}
<
img
className=
"main_guide5 "
uuid=
"764d1a9a-7d72-47dd-ab92-3cba1d381e6e"
...
...
project/src/pages/main/main.less
View file @
a4f579d2
...
...
@@ -85,4 +85,6 @@
top: 1394px;
position: absolute;
}
.hello456 {
}
}
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