| | |
| | | @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; |
| | |
| | | .el-menu--horizontal>.el-menu-item { |
| | | height: $height; |
| | | line-height: $height; |
| | | color: $fontColor !important; |
| | | } |
| | | } |
| | | .avue-breadcrumb { |
| | |
| | | top:0; |
| | | width: 400px !important; |
| | | .el-input__inner { |
| | | border: 1px solid #fff !important; |
| | | font-size: 13px; |
| | | border: none; |
| | | background-color: transparent; |