如何使表格中的垂直线没有任何间隙?

问题描述

The verticle line in the third column has 2 gaps. How do I do I make it look full?

代码如下:

\begin{table}[H]
\centering
\caption{Enzymatic cocktails and the respective tested concentrations in \%(v/v) used in Combined Hydrolysis}
\label{enzymatic cocktails}
\begin{tabular}{@{}ccc@{}}
\toprule
\textbf{Cocktail}  & \textbf{Enzymes}               & \textbf{Concentration \%(v/v)}                                              \\ \midrule
\multirow{2}{*}{A} & \multicolumn{1}{c|}{Cellulase} & \multirow{8}{*}{\begin{tabular}[c]{@{}c@{}}0.25\\ 0.50\\ 1.00\end{tabular}} \\
                   & \multicolumn{1}{c|}{$\boldsymbol{\beta}$-glucosidase}            &  \\ \cmidrule(r){1-2}
\multirow{3}{*}{B} & \multicolumn{1}{c|}{Cellulase}                &  \\
                   & \multicolumn{1}{c|}{$\boldsymbol{\beta}$-glucosidase}            &  \\
                   & \multicolumn{1}{c|}{xylanase}                 & \\ \cmidrule(r){1-2}
\multirow{3}{*}{C} & \multicolumn{1}{c|}{Cellulase}                &  \\
                   & \multicolumn{1}{c|}{$\boldsymbol{\beta}$-glucosidase}            &  \\
                   & \multicolumn{1}{c|}{$\boldsymbol{\beta}$-glucanase and xylanase} &  \\ \bottomrule
\end{tabular}
\end{table}

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)