|
|
@ -1244,7 +1244,8 @@ input[type='number'] { |
|
|
|
.el-date-range-picker{ |
|
|
|
.el-picker-panel__footer .el-button{ |
|
|
|
border: 1px solid #339cff; |
|
|
|
color: #333; |
|
|
|
color: #339cff !important; |
|
|
|
// background-color: #1890ff; |
|
|
|
} |
|
|
|
.el-picker-panel__footer .el-button:hover{ |
|
|
|
background-color: transparent; |
|
|
@ -1252,6 +1253,6 @@ input[type='number'] { |
|
|
|
.el-picker-panel__footer .el-button.is-plain { |
|
|
|
background-color: #1890ff; |
|
|
|
border-color: #1890ff; |
|
|
|
color: #fff; |
|
|
|
color: #fff !important; |
|
|
|
} |
|
|
|
} |