我想让D居右,该如何设置(仅通过tabularray,如果可行的话)
\documentclass{ctexart}
\usepackage{tabularray}
\begin{document}
\begin{tblr}{colspec={|Q[c,0.5\linewidth]|Q[r,0.45\linewidth]|},rowspec={Q[c]Q[l]}}
\hline
A & B \\
\hline
C & D \\
\hline
\end{tblr}
\end{document}