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
1
+
require
(
'admin/user.page.css'
);
2
+
1
function
bind_delete_user
()
{
3
function
bind_delete_user
()
{
2
const
deleteFn
=
function
()
{
4
const
deleteFn
=
function
()
{
3
const
userId
=
$
(
this
).
data
(
'id'
);
5
const
userId
=
$
(
this
).
data
(
'id'
);
public/scss/admin/user.page.css
View file @
6a4efed
1
-
.test
{
2
-
color
:
cadetblue
;
3
-
}
1
+
@import
"user/user"
;
public/scss/admin/user/_user.css
0 → 100644
View file @
6a4efed
1
+
.test
{
2
+
color
:
red
;
3
+
}
Please
register
or
login
to post a comment