gpt4 book ai didi

restructuredtext - 简单表格的单个单元格中的多行文本?

转载 作者:行者123 更新时间:2023-12-03 09:47:15 24 4
gpt4 key购买 nike

我找到了 this question ,但我不想要明确的 <br>在我的牢房里;我只是希望它在必要时换行。

例如。,

================  ============
a short sentence second cell
a much longer bottom right
sentence
================ ============

我想要一个“更长的句子”全部放在一个单元格中。我需要使用很长的文本行,除非我能找到一种方法来包装它。这可能吗?

我正在使用 NoTex如果相关,带有 PDF 输出。

最佳答案

有一个干净的方法。问题是默认情况下,列设置为不换行,这就是您获得滚动的原因。要解决此问题,您必须使用以下内容覆盖 css:

/* override table no-wrap */
.wy-table-responsive table td, .wy-table-responsive table th {
white-space: normal;
}

关于restructuredtext - 简单表格的单个单元格中的多行文本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16570087/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com