| | |
| | | display: none; |
| | | } |
| | | |
| | | ::v-deep .el-pagination__sizes .el-input .el-input__inner:hover{ |
| | | border-color: #42b983 ; |
| | | } |
| | | ::v-deep .el-pagination__sizes .el-input .el-input__inner:focus{ |
| | | border-color: #42b983; |
| | | } |
| | | /*::v-deep .el-pagination__sizes .el-input .el-input__inner:hover{*/ |
| | | /* border-color: #42b983 ;*/ |
| | | /*}*/ |
| | | /*::v-deep .el-pagination__sizes .el-input .el-input__inner:focus{*/ |
| | | /* border-color: #42b983;*/ |
| | | /*}*/ |
| | | |
| | | </style> |
| | | <style lang="scss"> |
| | |
| | | //.el-select-dropdown { |
| | | // background-color: #ffffff; |
| | | //} |
| | | .el-select-dropdown__item.selected { |
| | | color: #42b983; |
| | | } |
| | | |
| | | //.el-select-dropdown__item.selected { |
| | | // color: #42b983; |
| | | //} |
| | | |
| | | //.el-select-dropdown__item.hover, |
| | | //.el-select-dropdown__item:hover { |
| | |
| | | .el-pagination button, .el-pagination span:not([class*=suffix]){ |
| | | font-size: 14px; |
| | | } |
| | | |
| | | .el-pagination .el-select .el-input .el-input__inner{ |
| | | line-height: 34px; |
| | | height: 34px; |
| | | } |
| | | </style> |