@@ -6,6 +6,7 @@
}
.listHeight{
max-height: 150px !important;
+ max-width: 400px !important;
overflow: hidden;
img{
max-height: 100px !important;
@@ -89,7 +89,7 @@ const TableList: React.FC<{}> = () => {
{
title: '间隔时间',
dataIndex: 'period',
- width: 120,
+ width: 110,
hideInSearch: true,
hideInForm: true,
render: (text, row) => {