Browse Source

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

panda 9 months ago
parent
commit
2c8125e218
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/layout/components/Setting/src/Setting.vue

+ 1 - 0
src/layout/components/Setting/src/Setting.vue

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