MWE 呢?
模糊问模糊答,用 tocloft 宏包设置 \cftbeforechapskip 之类的参数。
你还是没有给 MWE。texdoc tocloft, sec 2.3 Typesetting the entries
\documentclass{book}
\usepackage[titles]{tocloft}
\begin{document}
  \begingroup
  \renewcommand*{\addvspace}[1]{}
  \listoffigures
  \endgroup
  \chapter{test}
  \begin{figure}
    \caption{test}
  \end{figure}
  
  \begin{figure}
    \caption{test}
  \end{figure}
  \chapter{test}
  \begin{figure}
    \caption{test}
  \end{figure}
  
  \begin{figure}
    \caption{test}
  \end{figure}
\end{document}
谢谢你的回答,我的问题是第一章和第二章的条目中间的间距有点大,我看网上使用的是setlengthcftbeforetabskip{0pt}
但是似乎没有什么反应