Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
hello_spark_local
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wildfirecode13
hello_spark_local
Commits
19b83487
Commit
19b83487
authored
Aug 12, 2020
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
290503b2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
23 deletions
+25
-23
.DS_Store
.DS_Store
+0
-0
hellospark-1597197980870.json
hellospark-1597197980870.json
+12
-10
pagehellopage.jsx
project/src/pages/pagehellopage/pagehellopage.jsx
+7
-7
pagehellopage.less
project/src/pages/pagehellopage/pagehellopage.less
+6
-6
No files found.
.DS_Store
0 → 100644
View file @
19b83487
File added
hellospark-15971
51188174
.json
→
hellospark-15971
97980870
.json
View file @
19b83487
...
@@ -2999,17 +2999,18 @@
...
@@ -2999,17 +2999,18 @@
"componentName"
:
"Image"
"componentName"
:
"Image"
},
},
{
{
"name"
:
"
很
遗憾3"
,
"name"
:
"
特别
遗憾3"
,
"properties"
:
{
"properties"
:
{
"style"
:
{
"style"
:
{
"width"
:
124
,
"width"
:
250
,
"height"
:
4
0
,
"height"
:
7
0
,
"opacity"
:
1
,
"opacity"
:
1
,
"left"
:
2
56
,
"left"
:
2
04
,
"top"
:
119
,
"top"
:
95
,
"position"
:
"absolute"
,
"position"
:
"absolute"
,
"fontSize"
:
42
,
"fontSize"
:
42
,
"color"
:
"rgba(170, 86, 104, 1)"
"color"
:
"rgba(170, 86, 104, 1)"
,
"transformOrigin"
:
"0px 0px 0px"
},
},
"attrs"
:
{
"attrs"
:
{
"text"
:
"很遗憾"
"text"
:
"很遗憾"
...
@@ -3059,9 +3060,10 @@
...
@@ -3059,9 +3060,10 @@
"width"
:
258
,
"width"
:
258
,
"height"
:
73
,
"height"
:
73
,
"opacity"
:
1
,
"opacity"
:
1
,
"left"
:
189
,
"left"
:
163
,
"top"
:
327
,
"top"
:
343
,
"position"
:
"absolute"
"position"
:
"absolute"
,
"transformOrigin"
:
"0px 0px 0px"
},
},
"attrs"
:
{
"attrs"
:
{
"source"
:
"asset://389807fe-8dda-4cb6-9f63-e9a5b9458c37"
"source"
:
"asset://389807fe-8dda-4cb6-9f63-e9a5b9458c37"
...
@@ -3339,7 +3341,7 @@
...
@@ -3339,7 +3341,7 @@
"name"
:
"按钮2"
,
"name"
:
"按钮2"
,
"ext"
:
".png"
,
"ext"
:
".png"
,
"uuid"
:
"389807fe-8dda-4cb6-9f63-e9a5b9458c37"
,
"uuid"
:
"389807fe-8dda-4cb6-9f63-e9a5b9458c37"
,
"url"
:
"//yun.duiba.com.cn/spark/assets/
b5bdee1695439d08fef88755883088a90c220ea1
.png"
"url"
:
"//yun.duiba.com.cn/spark/assets/
93f7a9d43b8c49a550a9422f11cb2560c4ab38ba
.png"
},
},
{
{
"name"
:
"锦鲤盒"
,
"name"
:
"锦鲤盒"
,
...
...
project/src/pages/pagehellopage/pagehellopage.jsx
View file @
19b83487
...
@@ -7,12 +7,12 @@ import resList from '../../resconfig/resList';
...
@@ -7,12 +7,12 @@ import resList from '../../resconfig/resList';
import
'./pagehellopage.less'
;
import
'./pagehellopage.less'
;
class
Pagehellopage
extends
Component
{
class
Pagehellopage
extends
Component
{
constructor
(
props
)
{
constructor
(
props
)
{
super
(
props
);
super
(
props
);
this
.
state
=
this
.
state
||
{
resList
:
resList
};
this
.
state
=
this
.
state
||
{
resList
:
resList
};
}
}
render
()
{
render
()
{
return
<
div
className=
"hellopage"
/>;
return
<
div
className=
"hellopage"
/>;
}
}
}
}
export
default
Pagehellopage
;
export
default
Pagehellopage
;
project/src/pages/pagehellopage/pagehellopage.less
View file @
19b83487
.hellopage {
.hellopage {
top: 0px;
top: 0px;
left: 0px;
left: 0px;
width: 750px;
width: 750px;
height: 1624px;
height: 1624px;
display: block;
display: block;
position: absolute;
position: absolute;
}
}
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