修复依赖列表样式

This commit is contained in:
whyour 2024-08-31 14:59:54 +08:00
parent 7414a9d33d
commit b508e97dc1
2 changed files with 1 additions and 2 deletions

View File

@ -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);

View File

@ -74,7 +74,6 @@ const LoginLog = ({
data: Array<object>;
height: number;
}) => {
console.log(height);
return (
<>
<Table