Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-activity-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李奇
2017-07-14 11:50:34 +0800
Commit
6a4efed74247a3b912f936d6a1d9cb3a3023476a
1 parent
285b6f67
用户列表页添加样式
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
public/js/admin/user.page.js
public/scss/admin/user.page.css
public/scss/admin/user/_user.css
public/js/admin/user.page.js
View file @
6a4efed
require
(
'admin/user.page.css'
);
function
bind_delete_user
()
{
const
deleteFn
=
function
()
{
const
userId
=
$
(
this
).
data
(
'id'
);
...
...
public/scss/admin/user.page.css
View file @
6a4efed
.test
{
color
:
cadetblue
;
}
@import
"user/user"
;
...
...
public/scss/admin/user/_user.css
0 → 100644
View file @
6a4efed
.test
{
color
:
red
;
}
...
...
Please
register
or
login
to post a comment