Commit a283dc8c by 芋道源码 Committed by Gitee

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

Merge pull request !585 from 熊猫大侠/master
parents b5d99e2c 2c8125e2
......@@ -297,5 +297,6 @@ $prefix-cls: #{$namespace}-setting;
.#{$prefix-cls} {
border-radius: 6px 0 0 6px;
z-index: 1200;/*修正没有z-index会被表格层覆盖,值不要超过4000*/
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment