如何刪除表格頂部和底部的多餘線條

如何刪除表格頂部和底部的多餘線條

我正在使用iet模板,但是在使用模板時,我無法根據表格內容製作表格寬度。

\documentclass{cta-author}
\newtheorem{theorem}{Theorem}{}
\newtheorem{corollary}{Corollary}{}
\newtheorem{remark}{Remark}{}
\usepackage{float}
\begin{document}
\begin{table}[t]
{\begin{tabular*}{10pc}{@{\extracolsep{\fill}}ll}\toprule
Efficiency & (\%)     \\\midrule
Fig.       & 92  \\
Fig.      & 99   \\
Fig.     & 100 \\
 \botrule
\end{tabular*}}{}
\end{table}
\end{document}

我得到這樣的輸出

在此輸入影像描述

但我需要這樣的輸出

在此輸入影像描述

怎麼辦?

相關內容