src/styles/element-ui.scss
@@ -403,7 +403,9 @@
  color: $fontColor !important;
}
//所有表格 边框
.el-card {
.el-card,
.el-tabs__content,
.ol-viewport {
  border: 1px solid transparent !important;
  box-shadow: 3px 3px 15px -2px rgb(0, 0, 0) !important;
}
@@ -559,3 +561,11 @@
{
  background-color: $black !important;
}
// logo 颜色
.login-border {
  .el-input__inner {
    border: 1px solid transparent !important;
    border-bottom: 1px solid rgba($color: #000000, $alpha: 0.1) !important;
  }
}