fix styles in the filters
This commit is contained in:
@@ -692,7 +692,7 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style scoped>
|
<style lang="scss">
|
||||||
.bv-example-row .row + .row {
|
.bv-example-row .row + .row {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</SearchPopover>
|
</SearchPopover>
|
||||||
|
|
||||||
<div class="p-1 v-flex">
|
<div class="p-1 filter-field">
|
||||||
<h5 class="v-search-title">{{ title }}</h5>
|
<h5 class="v-search-title">{{ title }}</h5>
|
||||||
<div class="pm-in-text-icon">
|
<div class="pm-in-text-icon">
|
||||||
<i :class="icon"></i>
|
<i :class="icon"></i>
|
||||||
@@ -429,7 +429,7 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style scoped>
|
<style lang="scss">
|
||||||
.bv-example-row .row + .row {
|
.bv-example-row .row + .row {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
@@ -442,7 +442,7 @@ export default {
|
|||||||
background-color: #0099dd;
|
background-color: #0099dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.v-flex {
|
.filter-field {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</SearchPopover>
|
</SearchPopover>
|
||||||
|
|
||||||
<div class="p-1 v-flex">
|
<div class="p-1 filter-field">
|
||||||
<h5 class="v-search-title">{{ title }}</h5>
|
<h5 class="v-search-title">{{ title }}</h5>
|
||||||
<div class="pm-in-text-icon">
|
<div class="pm-in-text-icon">
|
||||||
<i :class="icon"></i>
|
<i :class="icon"></i>
|
||||||
@@ -338,7 +338,7 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style scoped>
|
<style lang="scss">
|
||||||
.bv-example-row .row + .row {
|
.bv-example-row .row + .row {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
@@ -351,8 +351,8 @@ export default {
|
|||||||
background-color: #0099dd;
|
background-color: #0099dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.v-flex {
|
.filter-field {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.v-search-title {
|
.v-search-title {
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</SearchPopover>
|
</SearchPopover>
|
||||||
|
|
||||||
<div class="p-1 v-flex">
|
<div class="p-1 filter-field">
|
||||||
<h5 class="v-search-title">{{ title }}</h5>
|
<h5 class="v-search-title">{{ title }}</h5>
|
||||||
<div class="pm-mc-text-icon">
|
<div class="pm-mc-text-icon">
|
||||||
<i :class="icon"></i>
|
<i :class="icon"></i>
|
||||||
@@ -400,7 +400,7 @@ export default {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style scoped>
|
<style lang="scss">
|
||||||
.bv-example-row .row + .row {
|
.bv-example-row .row + .row {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
@@ -412,7 +412,7 @@ export default {
|
|||||||
background-color: #0099dd;
|
background-color: #0099dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.v-flex {
|
.filter-field {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user