mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 09:34:31 +08:00
修复表格滚动样式和交互
This commit is contained in:
+1
-1
@@ -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%');
|
||||
|
||||
Reference in New Issue
Block a user