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 216216 margin-right : 50px ;
217217 flex-wrap : wrap ;
218218
219- .title- sub {
219+ .sub-margin {
220220 margin-right : 10px ;
221221 }
222222
223+ .sub-title {
224+ font-weight : 700 ;
225+ }
226+
223227 .app-tag {
224228 color : #07C1E0 ;
225229 border : 1px solid transparent ;
Original file line number Diff line number Diff line change 6767 <div class =" app-title-wrap" >
6868
6969 <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 >
7373 </div >
7474
7575
You can’t perform that action at this time.
0 commit comments