hailin
2023-07-25 2bd2209ef2c966a036952e5983325c312fb58582
src/styles/element-ui.scss
@@ -111,3 +111,19 @@
  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;
// }
// 修改抽屉头部的底部边距样式
.el-drawer__header{
  margin-bottom: 0px !important;
}