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
3a069cfd
Commit
3a069cfd
authored
Dec 21, 2020
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
993ffdf2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
4 deletions
+12
-4
index.js
project/mock/e-family/index.js
+1
-1
rule.less
project/src/components/rule/rule.less
+4
-1
select.less
project/src/components/select/select.less
+3
-1
sign.less
project/src/components/sign/sign.less
+4
-1
No files found.
project/mock/e-family/index.js
View file @
3a069cfd
...
...
@@ -13,7 +13,7 @@ export const homeInfo = {
"figureId"
:
"3"
}
],
"newUser"
:
tru
e
,
"newUser"
:
fals
e
,
"userInfo"
:
{
"figureId"
:
"1"
,
"joyBeans"
:
10000
,
...
...
project/src/components/rule/rule.less
View file @
3a069cfd
...
...
@@ -2,7 +2,10 @@
width: 612px;
height: 784px;
left: 71px;
top: 386px;
top: 50%;
margin-top: -392px;
position: absolute;
.rule_bg {
width: 609px;
...
...
project/src/components/select/select.less
View file @
3a069cfd
...
...
@@ -2,7 +2,9 @@
width: 656px;
height: 1140px;
left: 47px;
top: 228px;
top: 50%;
margin-top: -570px;
position: absolute;
.cardone {
...
...
project/src/components/sign/sign.less
View file @
3a069cfd
...
...
@@ -2,7 +2,10 @@
width: 612px;
height: 936px;
left: 71px;
top: 291px;
// top: 291px;
top: 50%;
margin-top: -145px;
position: absolute;
.sign_bg {
width: 609px;
...
...
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