Authored by 李奇

用户列表页添加样式

  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');
1 -.test {  
2 - color: cadetblue;  
3 -} 1 +@import "user/user";
  1 +.test {
  2 + color: red;
  3 +}