maven
2025-08-07 c1afd811abb7879a2b7359e419ce99d52235ded9
src/assets/styles/element-ui.scss
@@ -56,18 +56,18 @@
  padding: 0 !important;
}
.el-dialog__header {
  background: #F5F6F7;
  background: #f5f6f7;
  padding: 12px 16px;
  border-radius: 8px 8px 0 0;
}
.el-dialog__title {
  font-weight: 400;
  font-size: 16px;
  color: #2E3033;
  color: #2e3033;
}
.el-dialog__body {
  padding: 16px 40px 0 40px;
  max-height: 680px;
  max-height: 90vh;
  overflow-y: auto;
}
.el-dialog__footer {
@@ -79,14 +79,14 @@
  border-radius: 8px;
}
.el-message-box__header {
  background: #F5F6F7;
  background: #f5f6f7;
  padding: 12px 16px;
  border-radius: 8px 8px 0 0;
}
.el-message-box__title {
  font-weight: 400;
  font-size: 16px;
  color: #2E3033;
  color: #2e3033;
}
.el-message-box__content {
  padding: 16px 40px 0 40px;
@@ -108,7 +108,7 @@
.el-table__expanded-cell {
  padding: 0 !important;
  .el-table__header-wrapper {
    background-color: #F5F8FF !important;
    background-color: #f5f8ff !important;
  }
}
@@ -127,7 +127,7 @@
// dropdown
.el-dropdown-menu {
  a {
    display: block
    display: block;
  }
}
@@ -149,6 +149,6 @@
  display: none;
}
.el-dropdown .el-dropdown-link{
.el-dropdown .el-dropdown-link {
  color: var(--el-color-primary) !important;
}
}