优化面板样式

This commit is contained in:
hanhh
2021-07-17 22:20:08 +08:00
parent 20ddb5a3cf
commit ecdfdff50d
9 changed files with 80 additions and 30 deletions
+3 -2
View File
@@ -108,6 +108,7 @@ const Env = () => {
{
title: '序号',
align: 'center' as const,
width: 50,
render: (text: string, record: any, index: number) => {
return <span style={{ cursor: 'text' }}>{index + 1} </span>;
},
@@ -123,7 +124,7 @@ const Env = () => {
dataIndex: 'value',
key: 'value',
align: 'center' as const,
width: '40%',
width: '44%',
ellipsis: {
showTitle: false,
},
@@ -436,7 +437,7 @@ const Env = () => {
return (
<PageContainer
className="env-wrapper"
className="ql-container-wrapper env-wrapper"
title="环境变量"
extra={[
<Search