Entity/PersonRenderBox.vue with render=badge

This commit is contained in:
2021-08-27 15:49:49 +02:00
parent 4f6011348d
commit 5fd7d869bf
4 changed files with 72 additions and 28 deletions

View File

@@ -104,7 +104,7 @@
<ul class="record_actions">
<li>
<button class="btn btn-misc" @click="selectHousehold(h)">
<button class="btn btn-sm btn-misc" @click="selectHousehold(h)">
{{ $t('household_members_editor.select_household') }}
</button>
</li>
@@ -237,6 +237,18 @@ export default {
</script>
<style lang="scss">
div.householdSuggestionList {
&.flex-table div.item-bloc div.item-row div.item-col {
&:first-child {
width: 25%;
}
&:last-child {
display: initial;
}
}
}
/*
div.householdAddressSuggestionList {
display: flex;