蔡青松 hace 7 meses
padre
commit
b570d0158b
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      src/pages/listnew/index.jsx

+ 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" }}
       >