## 编译环境 操作系统 * [ ] Windows 7/8/10 * [ ] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [ ] TexLive `年份` * [ ] MikTeX `版本号` * [ ] CTeX `若需勾选,请把[ ]改成[x]` ## 我的问题 在此输入你遇到的问题... 表格过长 想修改高度 使用\renewcommand\arraystretch{0.5} 但是加上该语句后 表格高度不变 ``` \subsection{模型的求解} \renewcommand\arraystretch{0.5} \begin{table}[H] \centering \caption{Add caption} \begin{tabular}{clrrrrrr} \toprule \multicolumn{1}{l}{月份} & 污染物 & \multicolumn{1}{l}{河段1} & \multicolumn{1}{l}{河段2} & \multicolumn{1}{l}{河段3} & \multicolumn{1}{l}{河段4} & \multicolumn{1}{l}{河段5} & \multicolumn{1}{l}{河段6} \\ \midrule \multirow{2}[2]{*}{1} & 高猛酸盐 & 8468 & 48297 & 46187 & \textcolor[rgb]{ 1, 0, 0}{84475} & 77048 & 82555 \\ & 氨氮 & 552 & 2898 & 5668 & 6656 & \textcolor[rgb]{ 1, 0, 0}{7173} & 6486 \\ \midrule \multirow{2}[2]{*}{2} & 高猛酸盐 & 15967 & 28819 & 59390 & 73793 & 86633 & \textcolor[rgb]{ 1, 0, 0}{108741} \\ & 氨氮 & 260 & 3537 & 5939 & 6559 & 6148 & \textcolor[rgb]{ 1, 0, 0}{8495} \\ \midrule \multirow{2}[2]{*}{3} & 高猛酸盐 & 9998 & 42593 & 76926 & \textcolor[rgb]{ 1, 0, 0}{78998} & 66693 & 51166 \\ & 氨氮 & 160 & 2556 & 6883 & \textcolor[rgb]{ 1, 0, 0}{7900} & 3848 & 5436 \\ \midrule \multirow{2}[2]{*}{4} & 高猛酸盐 & 11140 & 54099 & 72186 & \textcolor[rgb]{ 1, 0, 0}{101016} & 60419 & 53942 \\ & 氨氮 & 186 & 2951 & 3609 & \textcolor[rgb]{ 1, 0, 0}{8659} & 3718 & 6981 \\ \midrule \multirow{2}[2]{*}{5} & 高猛酸盐 & 21638 & 21195 & 74012 & \textcolor[rgb]{ 1, 0, 0}{103432} & 62890 & 63067 \\ & 氨氮 & 3731 & 1802 & 4536 & \textcolor[rgb]{ 1, 0, 0}{8533} & 6562 & 5311 \\ \midrule \multirow{2}[2]{*}{6} & 高猛酸盐 & 37235 & 207016 & 178848 & \textcolor[rgb]{ 1, 0, 0}{207828} & 92776 & 109377 \\ & 氨氮 & 549 & 7528 & 15255 & \textcolor[rgb]{ 1, 0, 0}{15987} & 12207 & 9570 \\ \midrule \multirow{2}[2]{*}{7} & 高猛酸盐 & 2604 & 25907 & 70057 & \textcolor[rgb]{ 1, 0, 0}{77819} & 39722 & 64565 \\ & 氨氮 & 260 & 3724 & 4355 & \textcolor[rgb]{ 1, 0, 0}{8004} & 3972 & 5227 \\ \midrule \multirow{2}[2]{*}{8} & 高猛酸盐 & 4198 & 16340 & 20139 & 31199 & 31042 & \textcolor[rgb]{ 1, 0, 0}{37396} \\ & 氨氮 & 90 & 2206 & 2544 & \textcolor[rgb]{ 1, 0, 0}{4320} & 3104 & 2040 \\ \midrule \multirow{2}[2]{*}{9} & 高猛酸盐 & 1521 & 8515 & 17759 & \textcolor[rgb]{ 1, 0, 0}{37450} & 29693 & 23969 \\ & 氨氮 & 76 & \textcolor[rgb]{ 1, 0, 0}{3340} & 1184 & 3317 & 1549 & 1974 \\ \midrule \multirow{2}[2]{*}{10} & 高猛酸盐 & 854 & 5226 & 8683 & \textcolor[rgb]{ 1, 0, 0}{41769} & 25827 & 31980 \\ & 氨氮 & 50 & 2171 & 1005 & \textcolor[rgb]{ 1, 0, 0}{3440} & 2260 & 2460 \\ \midrule \multirow{2}[2]{*}{11} & 高猛酸盐 & 551 & 6485 & 9020 & 25536 & 31524 & \textcolor[rgb]{ 1, 0, 0}{36990} \\ & 氨氮 & 92 & 1982 & 812 & \textcolor[rgb]{ 1, 0, 0}{3431} & 1322 & 2466 \\ \midrule \multirow{2}[2]{*}{12} & 高猛酸盐 & 685 & 9006 & 10878 & 28864 & 25175 & \textcolor[rgb]{ 1, 0, 0}{57778} \\ & 氨氮 & 162 & 2560 & 984 & 2957 & 1538 & \textcolor[rgb]{ 1, 0, 0}{4922} \\ \midrule \multirow{2}[2]{*}{13} & 高猛酸盐 & 706 & 7300 & 12960 & 20996 & 29686 & \textcolor[rgb]{ 1, 0, 0}{46459} \\ & 氨氮 & 64 & 2299 & 702 & \textcolor[rgb]{ 1, 0, 0}{3041} & 2078 & 3030 \\ \bottomrule \end{tabular}% \label{tab:addlabel}% \end{table}% ```

1 回答1

0
请上传完整的MWE,否则我还要猜你用的啥包给你加上。我加了必要的,没发现有什么问题。

你的回答

请登录后回答

你的回答将会帮助更多人,请务必认真回答问题。