8000 theme.less修改loading弹窗z-index无效 · Issue #2484 · airyland/vux · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
theme.less修改loading弹窗z-index无效 #2484
Closed
@hthmh

Description

@hthmh

在weui_toast.less中使用了z-index: @toast-z-index;
但在loading组件中又固定了弹窗z-index,而且css优先级更高
.vux-loading .weui-toast {
z-index: 5001;
}
导致theme.less 中重新定义 @toast-z-index: 10000;不生效

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0