0

我正在使用 tachyons,我无法使用 tachyons 覆盖默认 css。我正在避免自定义 css 我正在粘贴开发人员工具图片,其中也有代码

开发者工具图片

4

1 回答 1

0

使用 !important

.ml3 {
  margin-left: 1rem !important;
}

.mr3 {
  margin-right: 1rem !important;
}
于 2019-01-07T20:01:24.093 回答