有没有办法增加 中的破折号长度\tcolorbox\borderline{width}{offset}{dashed}
?以下是一些不起作用的基本代码
\documentclass{scrartcl}
\usepackage[most]{tcolorbox}
\begin{document}
\begin{tcolorbox}[
enhanced,
height= \textheight,
frame hidden,
borderline={0.5mm}{0mm}{black,dashed}]%put dashlength=20??
Some text
\end{tcolorbox}
\end{document}