mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-18 10:59:10 +08:00
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:
parent
3c4ba10db6
commit
095eb14521
6
.github/workflows/lint-commit-message.yml
vendored
6
.github/workflows/lint-commit-message.yml
vendored
@ -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
|
||||
|
4
.github/workflows/pr-docs-build.yml
vendored
4
.github/workflows/pr-docs-build.yml
vendored
@ -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
|
||||
|
@ -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 |
|
||||
|
Loading…
Reference in New Issue
Block a user