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

perf: 用户表格样式

parent d79e6179
Pipeline #22436 skipped with stages
...@@ -201,7 +201,7 @@ const UserManage = () => { ...@@ -201,7 +201,7 @@ const UserManage = () => {
{ {
title: '操作', title: '操作',
key: 'action', key: 'action',
fixed: 'right', // fixed: 'right',
width: 250, width: 250,
align: 'center', align: 'center',
render: record => ( render: record => (
......
...@@ -178,7 +178,7 @@ ...@@ -178,7 +178,7 @@
.ant-table-cell{ .ant-table-cell{
text-align:center; text-align:center;
overflow: hidden; overflow: hidden;
text-overflow:ellipsis; // text-overflow:ellipsis;
white-space: nowrap; white-space: nowrap;
} }
.ant-table-body{ .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