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
f302d325
Commit
f302d325
authored
Dec 25, 2020
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0b717947
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
3 deletions
+8
-3
index.js
project/mock/e-family/index.js
+1
-1
app.less
project/src/app.less
+5
-0
main3.jsx
project/src/pages/main3/main3.jsx
+1
-1
main3.less
project/src/pages/main3/main3.less
+1
-1
No files found.
project/mock/e-family/index.js
View file @
f302d325
...
...
@@ -4,7 +4,7 @@ export const homeInfo = {
{
"canUpdateNickName"
:
false
,
"figures"
:
[{
"figureId"
:
"1"
},
{
"figureId"
:
"2"
},
{
"figureId"
:
"3"
}],
"newUser"
:
0
,
"newUser"
:
1
,
"userInfo"
:
{
"figureId"
:
"3"
,
"joyBeans"
:
10100
,
"nickName"
:
"13"
}
},
"message"
:
null
,
...
...
project/src/app.less
View file @
f302d325
* {
margin: 0;
padding: 0;
...
...
@@ -72,4 +73,8 @@ body {
bottom: 0%;
right: 0%;
margin: auto;
}
.canvasLayer{
z-index: 99999;
}
\ No newline at end of file
project/src/pages/main3/main3.jsx
View file @
f302d325
...
...
@@ -289,7 +289,7 @@ class Main3 extends Component {
src=
{
this
.
state
.
resList
[
'56b64b91-4e9a-49bd-bfd0-20d10b6e6556'
].
url
}
/>
}
{
needguide
?
<
CanvasWidget
className=
"diacontmidpos"
widgetFactory=
{
Guideact
}
widgetConfig=
{
widgetConfig
}
{
needguide
?
<
CanvasWidget
className=
"diacontmidpos
canvasLayer
"
widgetFactory=
{
Guideact
}
widgetConfig=
{
widgetConfig
}
onEvent=
{
this
.
onEvent
.
bind
(
this
)
}
onReady=
{
this
.
onReady
.
bind
(
this
)
}
onAssetsProcess=
{
this
.
onAssetsProcess
.
bind
(
this
)
}
onAssetsComplete=
{
this
.
onAssetsComplete
.
bind
(
this
)
}
/>
:
""
}
...
...
project/src/pages/main3/main3.less
View file @
f302d325
...
...
@@ -15,7 +15,7 @@
top: 38px;
position: fixed;
display: block;
z-index: 9
9999
;
z-index: 9;
.main3_userinfo {
width: 375px;
height: 97px;
...
...
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