This commit is contained in:
2023-04-03 11:14:32 +08:00
commit e423452dfd
70 changed files with 14097 additions and 0 deletions

13
src/style/iconfont.styl Normal file
View File

@@ -0,0 +1,13 @@
.dropdown_icon::before
position absolute
right 0
top 0
content: '\e626'
.radio__icon--disabled .icon::before
content '\e608'
.radio__icon--checked .icon::before
content '\e608'
.close_icon::before
content '\e60f'
.selected_icon::before
content '\e608'