双栏显示的时候三线格的线太长怎么办?

文章目录

\begin{table}[t]
\footnotesize
\caption{实例3.1 狗否}
\label{tab1}
\tabcolsep 10pt %space between two columns. 用于调整列间距
\begin{tabular}{ccccc}
\toprule
  数组大小  & $10^5$ & $10^6$ & $10^7$ &$10^8$  \\
\midrule
  时间(s) & 0.078 & 0.781 & 8.532 & 91.02\\
  时间(ms) & 0.031 & 0.359 & 4.703 & 52.9\\
    & 2.5 & 2.1 & 1.8 & 1.7\\
\bottomrule
\end{tabular}
\end{table}
  • 给的模板上面加了tabular*
  • 结果必须去掉*
  • 才可以
  • 哈哈
发布了589 篇原创文章 · 获赞 300 · 访问量 8万+

猜你喜欢

转载自blog.csdn.net/zhoutianzi12/article/details/105555480