- styling for home view component

- search view component: show automatically all records
This commit is contained in:
Arno Kaimbacher 2021-12-17 16:21:58 +01:00
parent 1ea0c15504
commit f0cb669ece
5 changed files with 985 additions and 878 deletions

View file

@ -56,7 +56,7 @@
<input class="form-control mr-sm-2 border-0" type="text" placeholder="Search" aria-label="Search" />
<button class="btn btn-secondary m-0" type="submit"><i class="fas fa-search text-white"></i></button>
</form> -->
<div class="field has-addons">
<div class="field has-addons main-search-from-bg">
<div class="control is-expanded">
<input id="search_query" class="input is-medium" type="text" name="q" autocomplete="off" v-model="display" />
<!-- <p>Message is: {{ display }}</p> v-on:input="searchChanged"-->