From bb471fd4afc2fa006e1e26561bf950211dd43133 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Thu, 19 Aug 2021 18:56:38 +0200 Subject: [PATCH] AccompanyingCourse: fix errors with renderbox into Resources --- .../public/vuejs/AccompanyingCourse/App.vue | 8 ++ .../PersonsAssociated/ParticipationItem.vue | 2 +- .../components/Resources/ResourceItem.vue | 73 ++++++++----------- .../_components/Entity/PersonRenderBox.vue | 60 ++++----------- .../Entity/ThirdPartyRenderBox.vue | 58 ++++----------- 5 files changed, 68 insertions(+), 133 deletions(-) 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 @@ @@ -111,18 +86,11 @@ export default {