File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 216
216
margin-right : 50px ;
217
217
flex-wrap : wrap ;
218
218
219
- .title- sub {
219
+ .sub-margin {
220
220
margin-right : 10px ;
221
221
}
222
222
223
+ .sub-title {
224
+ font-weight : 700 ;
225
+ }
226
+
223
227
.app-tag {
224
228
color : #07C1E0 ;
225
229
border : 1px solid transparent ;
Original file line number Diff line number Diff line change 67
67
<div class =" app-title-wrap" >
68
68
69
69
<div class =" app-title" >
70
- <i class =" app-icon title- sub" :class =" iconSplit(item.icon)[0]" :style =" `color: ${iconSplit(item.icon)[1]}`" ></i >
71
- <span class =" label title- sub" >{{item.title}}</span >
72
- <Tag class =" app-tag title- sub" v-for =" tag in (item.labels ? item.labels.split(','):[])" :key =" tag" >{{tag}}</Tag >
70
+ <i class =" app-icon sub-margin " :class =" iconSplit(item.icon)[0]" :style =" `color: ${iconSplit(item.icon)[1]}`" ></i >
71
+ <span class =" label sub-margin sub-title " >{{item.title}}</span >
72
+ <Tag class =" app-tag sub-margin " v-for =" tag in (item.labels ? item.labels.split(','):[])" :key =" tag" >{{tag}}</Tag >
73
73
</div >
74
74
75
75
You can’t perform that action at this time.
0 commit comments