顺风 CSS table header 不尊重 text-right
Tailwind CSS table header not respecting text-right
我正在使用 tailwindcss 为 table 生成代码,但我无法让 header 遵守 text-right
/ text-left
/ text-center
指令。
这里是 fiddle:https://jsfiddle.net/3u2jgqoc/
有没有办法将 header 名称排列起来,使其与列相匹配? (在这个例子中,我将 Address
header 设置为 text-right
因为它最明显的是它实际上是左对齐的,但我可能想要对齐日期 header 作为 text-right
).
我想你不需要 flex
class,而是 block
。
我正在使用 tailwindcss 为 table 生成代码,但我无法让 header 遵守 text-right
/ text-left
/ text-center
指令。
这里是 fiddle:https://jsfiddle.net/3u2jgqoc/
有没有办法将 header 名称排列起来,使其与列相匹配? (在这个例子中,我将 Address
header 设置为 text-right
因为它最明显的是它实际上是左对齐的,但我可能想要对齐日期 header 作为 text-right
).
我想你不需要 flex
class,而是 block
。