| | |
| | | width: 6px; |
| | | height: 6px; |
| | | } |
| | | |
| | | |
| | | ::-webkit-scrollbar-track { |
| | | background: #f1f1f1; |
| | | border-radius: 3px; |
| | | } |
| | | |
| | | |
| | | ::-webkit-scrollbar-thumb { |
| | | background: #009688; |
| | | border-radius: 3px; |
| | | } |
| | | |
| | | |
| | | ::-webkit-scrollbar-thumb:hover { |
| | | background: #00796b; |
| | | } |
| | |
| | | .el-button--primary { |
| | | background-color: #009688 !important; |
| | | border-color: #009688 !important; |
| | | } |
| | | .el-radio-button--small.is-active { |
| | | .el-radio-button__inner { |
| | | background-color: #009688 !important; |
| | | border-color: #009688 !important; |
| | | } |
| | | } |
| | | |
| | | .el-button--text { |
| | |
| | | overflow: hidden; |
| | | } |
| | | } |
| | | // .pagination{ |
| | | // .el-input__inner { |
| | | // width: unset !important; |
| | | // } |
| | | // } |
| | | |
| | | .el-input__inner:focus, |
| | | .el-select .el-input__inner:focus, |