⚡ 格式化代码.
This commit is contained in:
@@ -156,7 +156,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.preference-containers{
|
||||
.preference-containers {
|
||||
padding: 0 16px;
|
||||
}
|
||||
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
<div class="tab-bar-scroll">
|
||||
<div class="tags-wrap">
|
||||
<tab-item v-for="(tag, index) in tagList"
|
||||
:key="tag.fullPath"
|
||||
:index="index"
|
||||
:item-data="tag" />
|
||||
:key="tag.fullPath"
|
||||
:index="index"
|
||||
:item-data="tag" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="tag-bar-operation"></div>
|
||||
|
||||
Reference in New Issue
Block a user