修正没有z-index会被表格层覆盖

pull/585/head
panda 2024-11-11 15:19:05 +08:00
parent 1c23298d19
commit 2c8125e218
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>