Explorar el Código

style: border层级

From-wh hace 2 años
padre
commit
4bc92d49a1
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      template/admin/src/pages/setting/systemMenus/index.vue

+ 4 - 1
template/admin/src/pages/setting/systemMenus/index.vue

@@ -482,11 +482,14 @@ export default {
   > .vxe-table--header-wrapper {
   > .vxe-table--header-wrapper {
     background: #fff !important;
     background: #fff !important;
   }
   }
+
   .icon {
   .icon {
     font-size: 20px;
     font-size: 20px;
   }
   }
 }
 }
-
+/deep/ .vxe-table--render-default .vxe-table--border-line {
+  z-index: 2 !important;
+}
 .rule {
 .rule {
   display: flex;
   display: flex;
   flex-wrap: wrap;
   flex-wrap: wrap;