Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

修复Loadin组件z-index层级关系 #489

Merged
merged 1 commit into from
Jul 30, 2020
Merged

Conversation

menggeNiu
Copy link
Collaborator

close #487

@liufei
Copy link
Member

liufei commented Sep 11, 2019

@@ -18,3 +17,6 @@ $zindex-datepicker: 1080 !default;

// tooltip
$zindex-tooltip: 1090 !default;

// loading
$zindex-loading: 2000 !default;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$zindex-loading
$zindex-message
$zindex-notification
感觉这3个的 z-index 得一起改了

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$zindex-message
$zindex-notification
这两个保持现在的z-index,会有影响么?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

modal会把message和notification覆盖了

@liufei liufei added this to the 2.0.10 milestone Nov 4, 2019
@liufei
Copy link
Member

liufei commented Nov 4, 2019

#472

@konghuachao001 konghuachao001 merged commit 58b4424 into master Jul 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

loading没有办法显示在modal上面
5 participants