liuyg
2021-07-15 bec79d7b98d7aaf67e9c8f56083ff9f689f266c3
src/styles/top.scss
@@ -1,9 +1,14 @@
@import "./ourBackgroundColor.scss";
$height:64px;
.el-dropdown{
    color: $fontColor !important;
}
.avue-top {
    padding: 0 20px;
    position: relative;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, .65);
    box-shadow: 0 1px 2px 0 $fontColor;
    // color: rgba(0, 0, 0, .65);
    color: $fontColor;
    font-size: 28px;
    height: $height;
    line-height: $height;
@@ -17,6 +22,7 @@
    .el-menu--horizontal>.el-menu-item {
      height: $height;
      line-height: $height;
      color: $fontColor !important;
    }
}
.avue-breadcrumb {
@@ -44,6 +50,7 @@
    top:0;
    width: 400px !important;
    .el-input__inner {
        border: 1px solid #fff !important;
        font-size: 13px;
        border: none;
        background-color: transparent;