Yansen hace 2 años
padre
commit
40da3b1ee5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/pages/statis/components/Task.jsx

+ 1
- 1
src/pages/statis/components/Task.jsx Ver fichero

20
 
20
 
21
       const opt = getOption(keys, vals);
21
       const opt = getOption(keys, vals);
22
 
22
 
23
-      setOption(res.length > 30 ? { ...opt, dataZoom: {} } : opt);
23
+      setOption(res.length > 30 ? { ...opt, dataZoom: { height: 20, bottom: 6 } } : opt);
24
     });
24
     });
25
   }, [dateRange]);
25
   }, [dateRange]);
26
 
26