Replies: 1 comment 1 reply
-
\documentclass{xdupgthesis}
\usepackage{tabularray}
\begin{document}
\begin{table}
\caption{数据连接测试用例}
\label{tab:testcon}
\begin{tblr}
{
hlines,vlines,
columns = {valign=m,co=-1},
rows = {halign=c},
row{1} = {font=\bfseries\boldmath},
}
编号 & 用例说明 & 测试步骤 & 预期结果 \\
1 & 创建数据连接 & {选择新建数据连接,输入数据库\\配置参数,完成数据连接} & 新建数据连接成功 \\
2 & 删除数据连接 & 选择一个数据连接,点击删除按钮 & 删除数据连接成功 \\
3 & 编辑数据连接 & 选择一个数据连接,修改其参数配置并提交 & 编辑数据连接成功 \\
4 & 测试数据连接 & 选择一个数据连接,选择测试按钮 & {测试这个数据连接\\当前是否是成功的} \\
\end{tblr}
\end{table}
\end{document} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
note286
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
表格原本超出页面太长了,搜了下用tabularx但是用了以后页面不翻页了,听劝地使用了tabularray以后,不知道单元格内垂直方向要怎么居中,请问可以怎么居中呀,这面是我的代码
Beta Was this translation helpful? Give feedback.
All reactions