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
6f409f64
Commit
6f409f64
authored
Dec 18, 2020
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ba41c1ed
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
1174 deletions
+5
-1174
dsl.json
dsl.json
+1
-1
sign.jsx
project/src/pages/sign/sign.jsx
+0
-283
sign.less
project/src/pages/sign/sign.less
+0
-521
sign_bg.jsx
project/src/pages/sign_bg/sign_bg.jsx
+0
-23
sign_bg.less
project/src/pages/sign_bg/sign_bg.less
+0
-7
resList.js
project/src/resconfig/resList.js
+4
-339
No files found.
dsl.json
View file @
6f409f64
This diff is collapsed.
Click to expand it.
project/src/pages/sign/sign.jsx
deleted
100644 → 0
View file @
ba41c1ed
This diff is collapsed.
Click to expand it.
project/src/pages/sign/sign.less
deleted
100644 → 0
View file @
ba41c1ed
This diff is collapsed.
Click to expand it.
project/src/pages/sign_bg/sign_bg.jsx
deleted
100644 → 0
View file @
ba41c1ed
'use strict'
;
import
React
,
{
Component
}
from
'react'
;
import
resList
from
'../../resconfig/resList'
;
//import API from '../../api';
import
'./sign_bg.less'
;
class
Sign_bg
extends
Component
{
constructor
(
props
)
{
super
(
props
);
this
.
state
=
{
resList
:
resList
};
}
render
()
{
return
(
<
img
className=
"sign_bg "
uuid=
"7de02551-ca13-4c6b-91cf-aeae63c9a2d9"
src=
{
this
.
state
.
resList
[
'a9abfe3b-6946-446b-b961-2a9a88a2620b'
].
url
}
/>
);
}
}
export
default
Sign_bg
;
project/src/pages/sign_bg/sign_bg.less
deleted
100644 → 0
View file @
ba41c1ed
.sign_bg {
width: 609px;
height: 936px;
left: 71px;
top: 291px;
position: absolute;
}
project/src/resconfig/resList.js
View file @
6f409f64
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