Merged in feature/PMCORE-3140 (pull request #8297)

PMCORE-3140

Approved-by: Henry Jonathan Quispe Quispe
Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
Rodrigo Quelca
2021-12-07 21:35:16 +00:00
committed by Julio Cesar Laura Avendaño
10 changed files with 655 additions and 16 deletions

View File

@@ -692,7 +692,7 @@ export default {
},
};
</script>
<style scoped>
<style lang="scss">
.bv-example-row .row + .row {
margin-top: 1rem;
}

View File

@@ -29,7 +29,7 @@
</template>
</SearchPopover>
<div class="p-1 v-flex">
<div class="p-1 filter-field">
<h5 class="v-search-title">{{ title }}</h5>
<div class="pm-in-text-icon">
<i :class="icon"></i>
@@ -429,7 +429,7 @@ export default {
},
};
</script>
<style scoped>
<style lang="scss">
.bv-example-row .row + .row {
margin-top: 1rem;
}
@@ -442,7 +442,7 @@ export default {
background-color: #0099dd;
}
.v-flex {
.filter-field {
display: flex;
}

View File

@@ -29,7 +29,7 @@
</template>
</SearchPopover>
<div class="p-1 v-flex">
<div class="p-1 filter-field">
<h5 class="v-search-title">{{ title }}</h5>
<div class="pm-in-text-icon">
<i :class="icon"></i>
@@ -338,7 +338,7 @@ export default {
},
};
</script>
<style scoped>
<style lang="scss">
.bv-example-row .row + .row {
margin-top: 1rem;
}
@@ -351,8 +351,8 @@ export default {
background-color: #0099dd;
}
.v-flex {
display: flex;
.filter-field {
display: flex;
}
.v-search-title {

View File

@@ -27,7 +27,7 @@
</template>
</SearchPopover>
<div class="p-1 v-flex">
<div class="p-1 filter-field">
<h5 class="v-search-title">{{ title }}</h5>
<div class="pm-mc-text-icon">
<i :class="icon"></i>
@@ -400,7 +400,7 @@ export default {
}
};
</script>
<style scoped>
<style lang="scss">
.bv-example-row .row + .row {
margin-top: 1rem;
}
@@ -412,7 +412,7 @@ export default {
background-color: #0099dd;
}
.v-flex {
.filter-field {
display: flex;
}