hailin
2023-07-21 8990ca5d31d5b42c0c38bb9e70c35da187764f9d
src/styles/element-ui.scss
@@ -111,3 +111,14 @@
  min-width: 100px !important;
  // background-color: #fff ;
}
.el-popover.el-popper{
  min-width: 60px !important;
}
// //对应子级,父级的样式
// .el-submenu.is-active > .el-submenu__title {
//   background: rgb(206, 169, 181) !important;
// }
// //当前选中子级的样式
// .is-active{
//   background: red !important;
// }