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
27f22d72
Commit
27f22d72
authored
Dec 17, 2020
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
f75658aa
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
5 deletions
+6
-5
dsl.json
dsl.json
+1
-1
app.jsx
project/src/app.jsx
+3
-1
main.less
project/src/pages/main/main.less
+1
-2
resList.js
project/src/resconfig/resList.js
+1
-1
No files found.
dsl.json
View file @
27f22d72
This diff is collapsed.
Click to expand it.
project/src/app.jsx
View file @
27f22d72
...
@@ -7,11 +7,13 @@ import MD from '../MD';
...
@@ -7,11 +7,13 @@ import MD from '../MD';
MD
();
MD
();
//此处为spark-cli动态生成
//此处为spark-cli动态生成
import
Loading
from
"./pages/loading/loading.jsx"
;
import
Loading
from
"./pages/loading/loading.jsx"
;
import
Main
from
"./pages/main/main.jsx"
;
class
App
extends
Component
{
class
App
extends
Component
{
render
()
{
render
()
{
return
(
return
(
<
Loading
></
Loading
>
// <Loading></Loading>
<
Main
></
Main
>
);
);
}
}
}
}
...
...
project/src/pages/main/main.less
View file @
27f22d72
...
@@ -11,7 +11,6 @@
...
@@ -11,7 +11,6 @@
width: 752px;
width: 752px;
height: 1666px;
height: 1666px;
position: absolute;
position: absolute;
display: none;
.main_guide1_bg2 {
.main_guide1_bg2 {
width: 752px;
width: 752px;
height: 1666px;
height: 1666px;
...
@@ -35,7 +34,7 @@
...
@@ -35,7 +34,7 @@
top: 90px;
top: 90px;
position: absolute;
position: absolute;
font-size: 30px;
font-size: 30px;
color:
rgba(67, 67, 67, 1)
;
color:
#434343
;
}
}
}
}
}
}
...
...
project/src/resconfig/resList.js
View file @
27f22d72
This diff is collapsed.
Click to expand it.
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