Merged in bugfix/PMCORE-2633 (pull request #7704)
PMCORE-2633 Approved-by: Rodrigo Quelca <rockoinfo@yahoo.com>
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
132c80df33
@@ -10,6 +10,7 @@
|
||||
:title="addSearchTitle"
|
||||
>
|
||||
<template v-slot:target-item>
|
||||
<div class="p-2">
|
||||
<b-button
|
||||
id="popover-target-1"
|
||||
variant="success"
|
||||
@@ -19,6 +20,7 @@
|
||||
>
|
||||
<b-icon icon="plus"></b-icon>{{$t('ID_ADD_FILTER')}}
|
||||
</b-button>
|
||||
</div>
|
||||
</template>
|
||||
<template v-slot:body>
|
||||
<b-form-group>
|
||||
@@ -33,12 +35,14 @@
|
||||
</b-form-group>
|
||||
</template>
|
||||
</SearchPopover>
|
||||
<div class="p-2">
|
||||
<b-button
|
||||
size="sm"
|
||||
@click="cleanAllTags"
|
||||
variant="danger"
|
||||
>{{$t('ID_CLEAN_ALL')}}</b-button
|
||||
>
|
||||
>{{$t('ID_CLEAN_ALL')}}
|
||||
</b-button>
|
||||
</div>
|
||||
</div>
|
||||
</b-col>
|
||||
|
||||
@@ -96,6 +100,8 @@
|
||||
<b-row>
|
||||
<b-col>
|
||||
<div class="d-flex flex-row">
|
||||
<div class="tag row">
|
||||
<div class="col-11">
|
||||
<b-form-tags
|
||||
input-id="tags-pills"
|
||||
v-model="searchTags"
|
||||
@@ -116,7 +122,7 @@
|
||||
class="mr-1 badge badge-light"
|
||||
>
|
||||
|
||||
<div :id="tag">
|
||||
<div :id="tag" class="p-2">
|
||||
<i class="fas fa-tags"></i>
|
||||
{{ tagContent(tag) }}
|
||||
</div>
|
||||
@@ -131,6 +137,8 @@
|
||||
</div>
|
||||
</template>
|
||||
</b-form-tags>
|
||||
</div>
|
||||
<div class="col-1">
|
||||
<b-input-group-append>
|
||||
<b-button
|
||||
pill
|
||||
@@ -142,6 +150,8 @@
|
||||
</b-button>
|
||||
</b-input-group-append>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</b-col>
|
||||
</b-row>
|
||||
|
||||
@@ -624,4 +634,8 @@ export default {
|
||||
.bv-example-row-flex-cols .row {
|
||||
min-height: 10rem;
|
||||
}
|
||||
|
||||
.tag {
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user