diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/App.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/App.vue index d92f0abda..e621feead 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/App.vue +++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/App.vue @@ -98,6 +98,14 @@ export default { } } + div.flex-table { + div.item-row { + div.item-col:first-child { + flex-basis: 33%; + } + } + } + &.errors { //display: flex; //position: sticky; diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated/ParticipationItem.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated/ParticipationItem.vue index abdc28a55..aebde950a 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated/ParticipationItem.vue +++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated/ParticipationItem.vue @@ -2,7 +2,7 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_components/Entity/ThirdPartyRenderBox.vue b/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_components/Entity/ThirdPartyRenderBox.vue index bee724ebe..e9706cd4c 100644 --- a/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_components/Entity/ThirdPartyRenderBox.vue +++ b/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_components/Entity/ThirdPartyRenderBox.vue @@ -1,38 +1,24 @@ - - + - - - - - - {{ $t('renderbox.type.thirdparty') }} - {{ $t('renderbox.type.person') }} - - + {{ thirdparty.text }} - {{ thirdparty.text }} - - - + {{ thirdparty.id }} + {{ $t('renderbox.type.thirdparty') }} - - - {{ $t(getGender) + ' ' + $d(birthdate, 'short') }} @@ -44,40 +30,29 @@ - - - + - - + - - - + - {{ thirdparty.telephone }} - {{ $t('renderbox.no_information') }} + {{ thirdparty.telephone }} - + - {{ thirdparty.email }} - {{ $t('renderbox.no_information') }} + {{ thirdparty.email }} - - - - + + - - - + @@ -111,18 +86,11 @@ export default {
- {{ $t(getGender) + ' ' + $d(birthdate, 'short') }} @@ -44,40 +30,29 @@