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