Skip to content

Commit

Permalink
doc: update docs/css.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 3, 2024
1 parent b0444f8 commit a69be1e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/css.md
Original file line number Diff line number Diff line change
Expand Up @@ -1977,6 +1977,16 @@ ul > li:not(:last-child)::after {

使列表项看起来像一个真实的逗号分隔列表,使用 `:not()` 伪类,最后一项不会添加逗号

### 表格中数字使用制表数字

```css
.revenue {
font-variant-numeric: tabular-nums;
}
```

表格中一列数字列对其

另见
---------

Expand Down

0 comments on commit a69be1e

Please sign in to comment.