蔡青松 7 сар өмнө
parent
commit
b570d0158b

+ 8 - 0
src/pages/listnew/index.jsx

@@ -554,6 +554,14 @@ const List = (editType) => {
         subtleSelection
         resizableColumns
         selectedItems={[selectRow]}
+        columnSizingOptions={
+          {
+            姓名: {
+              minWidth: 100,
+              defaultWidth: 200,
+            }
+          }
+        }
         // defaultSelectedItems={defaultSelectedItems}
         style={{ minWidth: "550px" }}
       >