diff --git a/src/components/ui/CardSummary.vue b/src/components/ui/CardSummary.vue index cd42706b5..23f54b6cd 100644 --- a/src/components/ui/CardSummary.vue +++ b/src/components/ui/CardSummary.vue @@ -143,8 +143,9 @@ watch(props, async () => { } .QCheckbox { display: flex; - // position: absolute; - // left: 0; + position: absolute; + left: 0; + margin-left: auto; color: gray; } } diff --git a/src/pages/Customer/Card/CustomerSummary.vue b/src/pages/Customer/Card/CustomerSummary.vue index 264c6042d..f3cb9fdb7 100644 --- a/src/pages/Customer/Card/CustomerSummary.vue +++ b/src/pages/Customer/Card/CustomerSummary.vue @@ -231,9 +231,11 @@ const creditWarning = computed(() => { :label="t('customer.summary.username')" :value="entity.account.name" /> -