!585 【轻量级PR】右侧设置按钮没有z-index,导致表格滚动是会覆盖按钮

Merge pull request !585 from 熊猫大侠/master
pull/591/head
芋道源码 2024-11-21 01:45:28 +00:00 committed by Gitee
commit a283dc8cba
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions

View File

@ -297,5 +297,6 @@ $prefix-cls: #{$namespace}-setting;
.#{$prefix-cls} {
border-radius: 6px 0 0 6px;
z-index: 1200;/*修正没有z-index会被表格层覆盖,值不要超过4000*/
}
</style>