Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
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
hujun
tl_estate
Commits
3b9a8ed2
Commit
3b9a8ed2
authored
May 16, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式补充
parent
b6283267
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
achieve_temp.css
public/app/css/achieve_temp.css
+1
-1
achieve_fork.js
public/app/js/achieve_fork.js
+3
-3
No files found.
public/app/css/achieve_temp.css
View file @
3b9a8ed2
...
...
@@ -296,7 +296,7 @@ p.ul_title>span{
box-sizing
:
border-box
;
}
p
.ul_title_add
>
span
{
font-size
:
0.
3
rem
;
font-size
:
0.
28
rem
;
color
:
#666
;
line-height
:
.7rem
;
text-align
:
center
;
...
...
public/app/js/achieve_fork.js
View file @
3b9a8ed2
...
...
@@ -55,9 +55,9 @@ require(['vue', 'vconsole', 'css!style/achieve_fork.css', 'jquery0325', 'common'
},
loadMain
:
function
(){
var
_this
=
this
;
this
.
userLevel
=
localStorage
.
getItem
(
'level'
);
this
.
linkAchieveYwy
=
'achieve_ywy?ywyId='
+
localStorage
.
getItem
(
'id'
);
this
.
linkAchieveQy
=
'achieve_region?ywyId='
+
localStorage
.
getItem
(
'id'
);
this
.
userLevel
=
localStorage
.
getItem
(
'
user
level'
);
this
.
linkAchieveYwy
=
'achieve_ywy?ywyId='
+
localStorage
.
getItem
(
'
user
id'
);
this
.
linkAchieveQy
=
'achieve_region?ywyId='
+
localStorage
.
getItem
(
'
user
id'
);
}
}
});
...
...
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