Markdown 表格控制列宽方法

under Website  Notes of Programming  tag Typecho  Markdown    Published on March 16th , 2021 at 02:51 pm

在前方加入一段样式表

<style>
table th:first-of-type {
    width: 120px;
}
table th:nth-of-type(2) {
    width: 1000px;
}
</style>

Typecho 使用例

!!!
<style>
table th:first-of-type {
    width: 120px;
}
table th:nth-of-type(2) {
    width: 1000px;
}
</style>
!!!

------------


| 曲名  | Never Fade Away (Vicetone Remix) |
| :------------ | :------------ |
| 原作 | P.T.Adamczyk & Olga Jankowska |
| 专辑 | Cyberpunk 2077 |
| 流派 | Progressive House |
| 时长 | 00:03:11 |
| 年份 | 2020年 |
| 大小 | 10.0MB |
| 标题 | Never Fade Away (Vicetone Remix) |
| 音质 | 320kbps |

效果


曲名Never Fade Away (Vicetone Remix)
原作P.T.Adamczyk & Olga Jankowska
专辑Cyberpunk 2077
流派Progressive House
时长00:03:11
年份2020年
大小10.0MB
标题Never Fade Away (Vicetone Remix)
音质320kbps

本页由 matcha 整理和发布,采用 知识共享署名4.0 国际许可协议进行许可,转载前请务必署名
  文章最后更新时间为:March 16th , 2021 at 06:52 am
分享到:Twitter  Weibo  Facebook