初始化项目:基础设施 + 用户认证 + 后台管理系统 + AGPL 3.0 许可
This commit is contained in:
12
templates/admin/static/css/users.css
Normal file
12
templates/admin/static/css/users.css
Normal file
@ -0,0 +1,12 @@
|
||||
/* =====================================================
|
||||
MetaLab 管理面板 - 用户管理页样式
|
||||
单一职责:仅用户管理页面特有样式
|
||||
===================================================== */
|
||||
|
||||
.data-table .col-uid { width: 60px; }
|
||||
.data-table .col-username { width: 120px; }
|
||||
.data-table .col-email { min-width: 180px; }
|
||||
.data-table .col-role { width: 90px; }
|
||||
.data-table .col-status { width: 90px; }
|
||||
.data-table .col-time { width: 140px; }
|
||||
.data-table .col-actions { width: 160px; }
|
||||
Reference in New Issue
Block a user