yuyu
2023-08-08 2260184afb85c80eabce02da190f9f07ee660ab3
src/styles/element-ui.scss
@@ -122,3 +122,13 @@
// .is-active{
//   background: red !important;
// }
// 修改抽屉头部的底部边距样式
.el-drawer__header{
  margin-bottom: 0px !important;
}
// 模态框提示文字的内边距清0
.el-form--label-top .el-form-item__label{
  padding: 0px !important;
}