optimize:優化顧問結案頁面中未成交原因的select icon實現方式
| | |
| | | font-display: block; |
| | | } |
| | | |
| | | [class^="icon-"], [class*=" icon-"], [class*="el-icon-arrow-up"] { |
| | | [class^="icon-"], [class*=" icon-"] { |
| | | /* use !important to prevent issues with browser extensions that change fonts */ |
| | | font-family: 'icomoon' !important; |
| | | speak: never; |
| | |
| | | border-color: #707070; |
| | | } |
| | | } |
| | | .el-icon-arrow-up { |
| | | font-family: 'icomoon' !important; |
| | | speak: never; |
| | | font-style: normal; |
| | | font-weight: normal; |
| | | font-variant: normal; |
| | | text-transform: none; |
| | | line-height: 1; |
| | | -webkit-font-smoothing: antialiased; |
| | | -moz-osx-font-smoothing: grayscale; |
| | | } |
| | | } |
| | | |
| | | .el-select-dropdown__item { |