| | |
| | | .el-table__body tr.hover-row > td { |
| | | background-color: $mainBhover !important; |
| | | } |
| | | |
| | | .el-button--text { |
| | | color: $fontColor !important; |
| | | } |
| | |
| | | background-color: $inputB !important; |
| | | color: $fontColor !important; |
| | | } |
| | | |
| | | .el-range-input{ |
| | | background-color: $inputB !important; |
| | | color: $fontColor !important; |
| | | } |
| | | |
| | | .el-date-editor .el-range-separator{ |
| | | color: $fontColor !important; |
| | | } |
| | | |
| | | .el-tree-node__content { |
| | | background-color: $mainB !important; |
| | | color: $fontColor !important; |
| | |
| | | .el-message-box__title { |
| | | color: #fff !important; |
| | | } |
| | | |
| | | //时间选择器颜色 |
| | | .el-date-picker__header-label { |
| | | color: #fff !important; |
| | | } |
| | | |
| | | .el-time-spinner__item { |
| | | color: rgb(197, 197, 197) !important; |
| | | } |
| | | |
| | | .el-time-spinner__item.active:not(.disabled) { |
| | | color: #fff !important; |
| | | } |
| | | |
| | | // .activitys .el-form-item__content { |
| | | // width: 200px !important; |
| | | // } |
| | | .avue-map .el-input-group__append { |
| | | border: 1px solid #fff; |
| | | } |
| | | |
| | | .mapClassTip { |
| | | position: relative; |
| | | left: -100px; |
| | | } |