保誠-保戶業務員媒合平台
charlie
2022-01-21 d1382e5399f753e28a27d14187d1ef0b556746f7
optimize:優化顧問結案頁面中未成交原因的select icon實現方式
修改2個檔案
13 ■■■■■ 已變更過的檔案
PAMapp/assets/icon/style.css 2 ●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/assets/scss/vendors/elementUI/_select.scss 11 ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/assets/icon/style.css
@@ -10,7 +10,7 @@
  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;
PAMapp/assets/scss/vendors/elementUI/_select.scss
@@ -21,6 +21,17 @@
      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 {