求指点 CSS 代码 th 标签 vertical-align 样式

th {
vertical-align: middle !important;
text-align: center !important;
}

上面这段CSS:

在编辑视图中:

  • vertical-align: middle !important; 不起作用
  • text-align: center !important; 起作用

在阅读视图中:

  • vertical-align: middle !important; 起作用
  • text-align: center !important; 起作用

请大佬指点!