Skip to content

ProLayout 在top模式下,定制菜单背景色后,二级菜单能否按一级的展示,现在官网的例子里都是全白,文字看不清楚🐛[BUG] #19911

ProLayout 在top模式下,定制菜单背景色后,二级菜单能否按一级的展示,现在官网的例子里都是全白,文字看不清楚🐛[BUG]

ProLayout 在top模式下,定制菜单背景色后,二级菜单能否按一级的展示,现在官网的例子里都是全白,文字看不清楚🐛[BUG] #19911

Workflow file for this run

on:
issue_comment:
types: [created]
name: Automatic Rebase
jobs:
rebase:
name: Rebase
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
- name: Automatic Rebase
uses: cirrus-actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}