Skip to content

Commit a283dc8

Browse files
YunaiVgitee-org
authored andcommitted
!585 【轻量级PR】右侧设置按钮没有z-index,导致表格滚动是会覆盖按钮
Merge pull request !585 from 熊猫大侠/master
2 parents b5d99e2 + 2c8125e commit a283dc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/layout/components/Setting/src/Setting.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,5 +297,6 @@ $prefix-cls: #{$namespace}-setting;
297297
298298
.#{$prefix-cls} {
299299
border-radius: 6px 0 0 6px;
300+
z-index: 1200;/*修正没有z-index会被表格层覆盖,值不要超过4000*/
300301
}
301302
</style>

0 commit comments

Comments
 (0)