1
0

2 Incheckningar f3bfe2c2a8 ... 3966621153

Upphovsman SHA1 Meddelande Datum
  蔡青松 3966621153 Merge branch 'master' of http://787255.xyz:4003/ydm/zl365 7 månader sedan
  蔡青松 49f1f28d15 设置列宽 7 månader sedan
1 ändrade filer med 16 tillägg och 9 borttagningar
  1. 16 9
      src/pages/listnew/index.jsx

+ 16 - 9
src/pages/listnew/index.jsx

@@ -372,15 +372,6 @@ const List = (editType) => {
     );
     );
   }
   }
 
 
-  // const [showButton, setShowButton] = useState(false);
-  // const handleMouseEnter = () => {
-  //   setShowButton(true);
-  // };
-
-  // const handleMouseLeave = () => {
-  //   setShowButton(false);
-  // };
-
   return (
   return (
     <>
     <>
       <Toolbar aria-label="Default"></Toolbar>
       <Toolbar aria-label="Default"></Toolbar>
@@ -559,6 +550,22 @@ const List = (editType) => {
             姓名: {
             姓名: {
               minWidth: 100,
               minWidth: 100,
               defaultWidth: 200,
               defaultWidth: 200,
+            },
+            序号: {
+              minWidth: 120,
+              defaultWidth: 120,
+            },
+            性别: {
+              minWidth: 120,
+              defaultWidth: 120,
+            },
+            年龄: {
+              minWidth: 120,
+              defaultWidth: 120,
+            },
+            最后在线时间: {
+              minWidth: 120,
+              defaultWidth: 120,
             }
             }
           }
           }
         }
         }