|
|
@@ -8,18 +8,18 @@
|
|
|
<span v-else>{{ data?.name?.slice(0, 2).toUpperCase() ?? '??' }}</span>
|
|
|
</q-avatar>
|
|
|
<div class="column q-gutter-y-xs min-width-0">
|
|
|
- <span class="summary-greeting text-greeting font12 fontemedium">
|
|
|
- {{ $t('dashboard_client.summary.welcome') }}
|
|
|
- </span>
|
|
|
+ <span class="summary-greeting text-greeting font12 fontemedium">
|
|
|
+ {{ $t('dashboard_client.summary.welcome') }}
|
|
|
+ </span>
|
|
|
|
|
|
- <span class="summary-name text-name text-primary font16 fontbold">
|
|
|
- {{ getFirstName(data?.name) || $t('dashboard_client.summary.welcome') }}
|
|
|
- </span>
|
|
|
+ <span class="summary-name text-name text-primary font16 fontbold">
|
|
|
+ {{ getFirstName(data?.name) || $t('dashboard_client.summary.welcome') }}
|
|
|
+ </span>
|
|
|
|
|
|
- <span class="summary-address font10 fontmedium text-text">
|
|
|
- {{ formatAddress(data.address) }}
|
|
|
- </span>
|
|
|
-</div>
|
|
|
+ <span class="summary-address font12 fontmedium text-text">
|
|
|
+ {{ formatAddress(data.address) }}
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="column items-end q-gutter-y-xs col-auto">
|
|
|
<span class="summary-label font12 fontbold text-grey-6">{{ $t('dashboard_client.summary.my_schedules') }}</span>
|
|
|
@@ -62,7 +62,6 @@ const avatarStyle = {
|
|
|
}
|
|
|
.summary-address {
|
|
|
color: #7c7c7c;
|
|
|
- font-size: 10px;
|
|
|
line-height: 14px;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|