不太清楚上述现象出现的原因:
但可以使用usepackage{ctex}其会默认设置行距为1.3倍可以解决你的问题;或者直接使用linespread{1.3}获得如下的效果。
\documentclass{article}
\usepackage{tabularray}
\UseTblrLibrary{booktabs}
\begin{document}
\linespread{1.3} %设置行距
\begin{table}[htbp]
\begin{tblr}{*{5}{Q[c,m]}}
\toprule
\SetCell[r=2]{c} hASDFp
& \SetCell[c=2]{m} {hZXCVp} & & & \SetCell[c=2]{m} {hIUYTp} & \\
\cmidrule{2-3} \cmidrule{5-6}
& hOIUYTfp & hCVFRp & & hSDEWp & PLOIKp \\
\midrule
hZXCVBp & 0.30 & 0.64 & & 0.25 & 0.48 \\
\bottomrule
\end{tblr}
\end{table}%
\end{document}
问 使用tabularray插入表格设置多列合并时上下居中不对齐