代码评审指出 `transition: all` 是已知的 CSS 反模式——会触 发所有属性的动画,包括未预期的 layout-trigger 属性(width、 height、padding 等)。窄化为 `background` 与 `color`,符合 .tab 实际变化的状态。