gaoluyang
6 天以前 35e6d916fcba5899041e239ab692371d25828f06
src/assets/styles/element-ui.scss
@@ -52,6 +52,64 @@
  left: 0;
  position: relative;
  margin: 0 auto;
  border-radius: 8px;
  padding: 0 !important;
}
.el-dialog__header {
  background: #f5f6f7;
  padding: 12px 16px;
  border-radius: 8px 8px 0 0;
}
.el-dialog__title {
  font-weight: 400;
  font-size: 16px;
  color: #2e3033;
}
.el-dialog__body {
  padding: 16px 40px 0 40px;
  max-height: 74vh;
  overflow-y: auto;
}
.el-dialog__footer {
  text-align: center;
  padding: 16px;
}
.el-message-box {
  padding: 0 !important;
  border-radius: 8px;
}
.el-message-box__header {
  background: #f5f6f7;
  padding: 12px 16px;
  border-radius: 8px 8px 0 0;
}
.el-message-box__title {
  font-weight: 400;
  font-size: 16px;
  color: #2e3033;
}
.el-message-box__content {
  padding: 16px 40px 0 40px;
}
.el-message-box__container {
  justify-content: center;
}
.el-message-box__btns {
  text-align: center;
  padding: 16px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  .el-button--primary {
    margin-right: 12px;
  }
}
.el-table__expanded-cell {
  padding: 0 !important;
  .el-table__header-wrapper {
    background-color: #f5f8ff !important;
  }
}
// refine element ui upload
@@ -69,7 +127,7 @@
// dropdown
.el-dropdown-menu {
  a {
    display: block
    display: block;
  }
}
@@ -91,6 +149,6 @@
  display: none;
}
.el-dropdown .el-dropdown-link{
.el-dropdown .el-dropdown-link {
  color: var(--el-color-primary) !important;
}
}