🐛 tweak @zindex-badge for table fixed column (#20751)

close #20750
close #13930
This commit is contained in:
偏右 2020-01-08 12:09:53 +08:00 committed by GitHub
parent a69c74788a
commit 539b4cd968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -287,10 +287,10 @@
@layout-trigger-color-light: @text-color;
// z-index list, order by `z-index`
@zindex-badge: auto;
@zindex-table-fixed: auto;
@zindex-affix: 10;
@zindex-back-top: 10;
@zindex-badge: 10;
@zindex-picker-panel: 10;
@zindex-popup-close: 10;
@zindex-modal: 1000;