自定义icon图标

main.js
import './assets/icon.css'



icon.css
.icon-enabled {
    background: url("./enabled.svg") center no-repeat;
    font-size: 16px;
    background-size: cover;
  }
  .icon-disabled {
    background: url("./disabled.svg") center no-repeat;
    font-size: 16px;
    background-size: cover;
  }

https://www.jianshu.com/p/ebb477b8d40copen in new window

https://blog.csdn.net/Sabrina_cc/article/details/125078026open in new window

Last Updated:
Contributors: 刘荣杰