Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update editor.vue #1241

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update editor.vue #1241

wants to merge 2 commits into from

Commits on Mar 30, 2019

  1. Update editor.vue

    fix: 菜单栏按钮展开无法点击(内容区域在菜单按钮组上面导致)
    移除  .editor-wrapper *{
      z-index: 100 !important;
    }
    sunxyz committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    8553a40 View commit details
    Browse the repository at this point in the history
  2. Update editor.vue

    wangEdit z-Index 默认值是10000大于模态框的z-Index 值 导致模态框内容被覆盖
    将wangEdit z-Index 改为100
    sunxyz committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    ff9634c View commit details
    Browse the repository at this point in the history