[t-tabs] 设置了sticky="{{true}}" 一滚动页面就往上跑了,并没有固定。我给t-navbar设置了背景图片,且fix="{{true}}",结果背景图片也滚动了,也没有固定到导航条。 #1476
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Issue Help wanted | |
on: | |
issues: | |
types: [labeled] | |
jobs: | |
add-comment: | |
runs-on: ubuntu-latest | |
if: github.event.label.name == 'help wanted' | |
steps: | |
- name: Add comment | |
uses: actions-cool/issues-helper@v3 | |
with: | |
actions: 'create-comment' | |
token: ${{ secrets.GITHUB_TOKEN }} | |
issue-number: ${{ github.event.issue.number }} | |
body: | | |
任何人都可以处理此问题。 | |
**请务必在您的 `pull request` 中引用此问题。** :sparkles: | |
感谢你的贡献! :sparkles: | |
emoji: 'heart' |