Skip to content

Commit

Permalink
Fix '全部文件' button text color
Browse files Browse the repository at this point in the history
  • Loading branch information
ganlvtech committed Oct 24, 2018
1 parent aef5aef commit aaab2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<input id="search-input" ref="searchInput" :value="query" type="search" name="query" class="form-control" @input="submitDebounce">
</div>
<button type="submit" class="btn btn-primary mr-2 mb-2">搜索</button>
<a class="btn btn-outline-primary mb-2" @click="submitAll">全部文件</a>
<button type="button" class="btn btn-outline-primary mb-2" @click="submitAll">全部文件</button>
</form>
</div>
</template>
Expand Down

0 comments on commit aaab2b4

Please sign in to comment.