哪个选项控制框内上下部分之间的垂直间距?
\documentclass{article}
\usepackage{tcolorbox}
\begin{document}
\begin{tcolorbox}
This is another \textbf{tcolorbox}.
\tcblower
This is the lower part of the box.
\end{tcolorbox}
\end{document}
哪个选项控制框内上下部分之间的垂直间距?
\documentclass{article}
\usepackage{tcolorbox}
\begin{document}
\begin{tcolorbox}
This is another \textbf{tcolorbox}.
\tcblower
This is the lower part of the box.
\end{tcolorbox}
\end{document}