修复表格滚动样式和交互

This commit is contained in:
hanhh
2021-10-08 22:39:17 +08:00
parent 632514d36e
commit d6ebd2699e
5 changed files with 65 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { useState, useEffect, useMemo } from 'react';
import browserType from './browser';
import browserType from './index';
export const useCtx = () => {
const [width, setWidth] = useState('100%');