开关按钮
This commit is contained in:
@@ -30,13 +30,15 @@
|
||||
</div>
|
||||
<div class="widget tagcloud search-tag">
|
||||
<div>
|
||||
<label class="search-tag-wording">标签:</label>
|
||||
<label class="search-switch">
|
||||
<input type="checkbox" @click="showTags=!showTags" >
|
||||
<span >标签:</span>
|
||||
<label class="bui-switch-label bui-switch-animbg">
|
||||
<input type="checkbox" name="s" @click="showTags=!showTags"/>
|
||||
<i class="bui-switch"></i>
|
||||
</label>
|
||||
<label class="search-tag-wording">分类:</label>
|
||||
<label class="search-switch">
|
||||
<input type="checkbox" @click="showCategories=!showCategories" >
|
||||
<span style="margin-left: 50px;">分类:</span>
|
||||
<label class="bui-switch-label bui-switch-animbg">
|
||||
<input type="checkbox" @click="showCategories=!showCategories"/>
|
||||
<i class="bui-switch"></i>
|
||||
</label>
|
||||
</div>
|
||||
<ul class="article-tag-list" v-show="showTags">
|
||||
|
||||
Reference in New Issue
Block a user