Fixiaobai
2023-08-10 c977c9fb967a080ca56ac46b1f17ce2c57f2122e
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;
}