Commit a1e9335 1 parent 4af1b6a commit a1e9335 Copy full SHA for a1e9335
File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 19
19
}
20
20
}
21
21
& __label {
22
+ flex : 1 ;
22
23
margin-left : $checkbox-label-margin-left ;
23
24
font-size : $checkbox-label-font-size ;
24
25
color : $checkbox-label-color ;
Original file line number Diff line number Diff line change 30
30
<nut-cell-group v-for =" item in icons.data" :title =" currentLang == 'zh-CN' ? item.name : item.nameEn" :key =" item" >
31
31
<nut-cell >
32
32
<ul >
33
- <li v-for =" item in item.icons" :key =" item" @click = " copyTag(item) " >
34
- <nut-icon :name =" item" ></nut-icon >
33
+ <li v-for =" item in item.icons" :key =" item" >
34
+ <nut-icon :name =" item" @click = " copyTag(item) " ></nut-icon >
35
35
<span >{{ item }}</span >
36
36
</li >
37
37
</ul >
40
40
<nut-cell-group v-for =" item in icons.style" :title =" currentLang == 'zh-CN' ? item.name : item.nameEn" :key =" item" >
41
41
<nut-cell >
42
42
<ul >
43
- <li v-for =" it in item.icons" :key =" it" @click =" copyTag(it['animation-name'])" >
44
- <nut-icon :name =" it.name" :class =" `nut-icon-${it['animation-name']} nut-icon-${it['animation-time']}`" >
43
+ <li v-for =" it in item.icons" :key =" it" >
44
+ <nut-icon
45
+ :name =" it.name"
46
+ :class =" `nut-icon-${it['animation-name']} nut-icon-${it['animation-time']}`"
47
+ @click =" copyTag(it['animation-name'])"
48
+ >
45
49
</nut-icon >
46
50
<span >{{ it['animation-name'] }}</span >
47
51
</li >
You can’t perform that action at this time.
0 commit comments