#2092 responsive
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
:id="id"
|
||||
class="full-width med-row large-row main-content-layout"
|
||||
>
|
||||
<header class="med-col-3 large-col-3">
|
||||
<header class="med-col-3 large-col-3" :class="{ opened: headeropened }">
|
||||
<slot name="header" />
|
||||
</header>
|
||||
|
||||
@@ -35,6 +35,7 @@ export default {
|
||||
required: true
|
||||
},
|
||||
reftoscrollto: { type: String },
|
||||
headeropened: { type: Boolean },
|
||||
navopened: { type: Boolean }
|
||||
},
|
||||
watch: {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<header class="small-col-12 med-col-1 large-col-1">
|
||||
<h2>Resultats</h2>
|
||||
<div class="results-details">
|
||||
<span class="search-keys">{{ searchedKeys }}</span><br>
|
||||
<span class="search-keys">{{ searchedKeys }}</span>
|
||||
<span v-if="resultsQuantity" class="results-count">{{ resultsCount }}</span>
|
||||
</div>
|
||||
<v-select
|
||||
|
||||
Reference in New Issue
Block a user