Commit e3541057 authored by 陈前坚's avatar 陈前坚

perf: 用户表格样式

parent d79e6179
Pipeline #22436 skipped with stages
......@@ -201,7 +201,7 @@ const UserManage = () => {
{
title: '操作',
key: 'action',
fixed: 'right',
// fixed: 'right',
width: 250,
align: 'center',
render: record => (
......
......@@ -178,7 +178,7 @@
.ant-table-cell{
text-align:center;
overflow: hidden;
text-overflow:ellipsis;
// text-overflow:ellipsis;
white-space: nowrap;
}
.ant-table-body{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment