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
93ae5181
Commit
93ae5181
authored
Dec 29, 2020
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1ed5db4d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
12 deletions
+3
-12
app.less
project/src/app.less
+2
-10
main3.jsx
project/src/pages/main3/main3.jsx
+1
-1
main3.less
project/src/pages/main3/main3.less
+0
-1
No files found.
project/src/app.less
View file @
93ae5181
...
...
@@ -13,6 +13,8 @@ body {
#root{
width: 100%;
height: 100%;
top: 0;
position: absolute;
}
#toast_container * {
...
...
@@ -75,16 +77,6 @@ body {
margin: auto;
}
.diacontmidpos2 {
position: absolute;
margin: auto;
width: 100%;
height: 100%;
// overflow: hidden;
top: 0;
left: 0;
}
.canvasLayer{
z-index: 99;
}
...
...
project/src/pages/main3/main3.jsx
View file @
93ae5181
...
...
@@ -181,7 +181,7 @@ class Main3 extends Component {
render
()
{
const
{
rolepop
,
figureId
,
nickName
,
joyBeans
,
needguide
}
=
this
.
state
;
return
(
<
div
className=
"main3
diacontmidpos
"
uuid=
"8754a9d1-7453-474b-b722-7cb71483ae85"
ref=
"main3"
>
<
div
className=
"main3"
uuid=
"8754a9d1-7453-474b-b722-7cb71483ae85"
ref=
"main3"
>
<
img
className=
"main3_bg "
uuid=
"25a6c3f8-3f78-4758-b2ab-5bcbfaa0d8bc"
...
...
project/src/pages/main3/main3.less
View file @
93ae5181
...
...
@@ -13,7 +13,6 @@
top: 0;
left: 0;
.main3_bg {
width: 750px;
height: 1624px;
...
...
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