Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
uedxwg
2015-12-05 16:00:34 +0800
Commit
39cbda82eb9520e00d32404fae9064aa4fe4d06a
1 parent
05c58e31
添加热门排行和个人信息详情js入口,修改vip页面用户昵称过长 by 毕凯
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
static/js/me/entry.js
static/js/product/entry.js
static/sass/me/_vip-grade.scss
static/js/me/entry.js
View file @
39cbda8
...
...
@@ -17,3 +17,4 @@ require('./browse-record');
require
(
'./address-act'
);
require
(
'./logistic'
);
require
(
'./pay'
);
require
(
'./personal-details'
);
...
...
static/js/product/entry.js
View file @
39cbda8
...
...
@@ -9,4 +9,5 @@ require('./newsale/discount');
require
(
'./list'
);
require
(
'./detail/detail'
);
require
(
'./detail/loadmore'
);
require
(
'./detail/consultform'
);
\ No newline at end of file
require
(
'./detail/consultform'
);
require
(
'./detail/hot-rank'
);
\ No newline at end of file
...
...
static/sass/me/_vip-grade.scss
View file @
39cbda8
...
...
@@ -13,10 +13,14 @@
.basic-info
{
padding-top
:
30rem
/
$pxConvertRem
;
padding-bottom
:
25rem
/
$pxConvertRem
;
.user-name
{
max-width
:
240rem
/
$pxConvertRem
;
text-overflow
:ellipsis
;
white-space
:nowrap
;
font-size
:
25rem
/
$pxConvertRem
;
margin-right
:
0
.5rem
;
display
:
inline-block
;
overflow
:
hidden
;
}
.vip-icon
{
...
...
Please
register
or
login
to post a comment