| | |
| | | |
| | | |
| | | @import "./ourBackgroundColor.scss"; |
| | | .avue-tags { |
| | | user-select: none; |
| | | position: relative; |
| | |
| | | margin-bottom: 10px; |
| | | box-sizing: border-box; |
| | | overflow: hidden; |
| | | border-top: 1px solid #f6f6f6; |
| | | background-color: #fff; |
| | | border-top: 1px solid $black; |
| | | // border-top: 1px solid #f6f6f6; |
| | | background-color: $black; |
| | | // background-color: #fff; |
| | | box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05); |
| | | .el-tabs--card>.el-tabs__header { |
| | | margin: 0; |
| | |
| | | line-height:40px; |
| | | font-size: 13px; |
| | | font-weight: normal; |
| | | color: #ccc; |
| | | color: $fontColor; |
| | | &.is-active { |
| | | color: #409EFF; |
| | | border-bottom: 3px solid #409EFF; |