docs: format table-v2 & use actions/upload-artifact v4 (#19670)

* docs: format table-v2

* chore: update actions/upload-artifact

* chore: update

* chore: update
This commit is contained in:
btea 2025-01-17 08:32:27 +08:00 committed by GitHub
parent 3c4ba10db6
commit 095eb14521
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -55,17 +55,17 @@ jobs:
- name: Set PR number
run: echo $PULL_REQUEST_NUMBER > pr.txt
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: commit-lint-report
path: ./commit-lint.txt
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: commit-lint-result
path: ./lint-result.txt
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: pr-number
path: ./pr.txt

View File

@ -75,7 +75,7 @@ jobs:
# share website dist
- name: Upload artifact
if: matrix.os == 'ubuntu-latest'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs
path: docs/.vitepress/dist/
@ -89,7 +89,7 @@ jobs:
# share pr number
- name: Upload pr number
if: matrix.os == 'ubuntu-latest'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pr
path: ./pr.txt

View File

@ -321,7 +321,7 @@ table-v2/manual-scroll
| width ^(required) | Width of the table | `number` | — |
| height ^(required) | Height of the table | `number` | — |
| max-height | Maximum height of the table | `number` | — |
| indent-size | horizontal indentation of tree table | `number` | 12 |
| indent-size | horizontal indentation of tree table | `number` | 12 |
| h-scrollbar-size | Indicates the horizontal scrollbar's size for the table, used to prevent the horizontal and vertical scrollbar to collapse | `number` | 6 |
| v-scrollbar-size | Indicates the vertical scrollbar's size for the table, used to prevent the horizontal and vertical scrollbar to collapse | `number` | 6 |
| scrollbar-always-on | If true, the scrollbar will always be shown instead of when mouse is placed above the table | `boolean` | false |