mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
修复依赖列表样式
This commit is contained in:
parent
7414a9d33d
commit
b508e97dc1
|
@ -240,7 +240,7 @@ const Dependence = () => {
|
|||
const [isLogModalVisible, setIsLogModalVisible] = useState(false);
|
||||
const [type, setType] = useState('nodejs');
|
||||
const tableRef = useRef<HTMLDivElement>(null);
|
||||
const tableScrollHeight = useTableScrollHeight(tableRef, 162);
|
||||
const tableScrollHeight = useTableScrollHeight(tableRef, 59);
|
||||
|
||||
const getDependencies = (status?: number[]) => {
|
||||
setLoading(true);
|
||||
|
|
|
@ -74,7 +74,6 @@ const LoginLog = ({
|
|||
data: Array<object>;
|
||||
height: number;
|
||||
}) => {
|
||||
console.log(height);
|
||||
return (
|
||||
<>
|
||||
<Table
|
||||
|
|
Loading…
Reference in New Issue
Block a user