Skip to content

Commit

Permalink
docs: update (#1385)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored Nov 19, 2021
1 parent d8871e9 commit 1561e83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/abc/st/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ class TestComponent {
| `@nz-table-rep-column-name-text-align` | Name text align in responsive | `right` |
| `@nz-table-rep-column-name-width` | Name column width in responsive | `100px` |
| `@nz-table-rep-column-name-padding-right` | Right padding of title and content in responsive | `8px` |
| `@table-row-hover-bg` | Hover background color of the row | `#fafafa` |
| `@st-btn-disabled-color` | Text color of the button | `rgba(0, 0, 0, 0.25)` |
| `@st-title-optional-color` | Optional color of title | `rgba(0, 0, 0, 0.35)` |
| `@st-resizable-handle-width` | Width of the rasizable handle | `1px` |
Expand Down
1 change: 1 addition & 0 deletions packages/abc/st/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ class TestComponent {
| `@nz-table-rep-column-name-text-align` | 响应式下标题文本对齐方式 | `right` |
| `@nz-table-rep-column-name-width` | 响应式下标题宽度 | `100px` |
| `@nz-table-rep-column-name-padding-right` | 响应式下标题与内容右边距 | `8px` |
| `@table-row-hover-bg` | 行悬停背景色 | `#fafafa` |
| `@st-btn-disabled-color` | 禁用按钮的文本颜色 | `rgba(0, 0, 0, 0.25)` |
| `@st-title-optional-color` | 标题可选文本颜色 | `rgba(0, 0, 0, 0.35)` |
| `@st-resizable-handle-width` | 拖拽宽度 | `1px` |
Expand Down

0 comments on commit 1561e83

Please sign in to comment.