| | |
| | | .el-dropdown-menu__item a { |
| | | color: $fontColor !important; |
| | | } |
| | | |
| | | //top导航颜色 |
| | | .avue-header { |
| | | background-color: $mainB !important; |
| | | } |
| | | |
| | | //选取时间 |
| | | .el-picker-panel { |
| | | background-color: $mainB !important; |
| | | color: $fontColor !important; |
| | | } |
| | | |
| | | .el-date-table td.in-range div, |
| | | .el-date-table td.in-range div:hover, |
| | | .el-date-table.is-week-mode .el-date-table__row.current div, |
| | | .el-date-table.is-week-mode .el-date-table__row:hover div { |
| | | background-color: $inputB1 !important; |
| | | color: $fontColor !important; |
| | | } |
| | | |
| | | .el-picker-panel__footer { |
| | | background-color: $mainB !important; |
| | | color: $fontColor !important; |
| | | } |
| | | .el-date-table th { |
| | | color: $fontColor !important; |
| | | } |
| | | |
| | | .el-range-editor--small .el-range-input { |
| | | background-color: transparent !important; |
| | | } |