yuyu
2023-08-08 2260184afb85c80eabce02da190f9f07ee660ab3
src/styles/element-ui.scss
@@ -111,3 +111,24 @@
  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;
}
// 模态框提示文字的内边距清0
.el-form--label-top .el-form-item__label{
  padding: 0px !important;
}