Skip to content

Commit 2c8125e

Browse files
committed
修正没有z-index会被表格层覆盖
1 parent 1c23298 commit 2c8125e

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)