|
@@ -48,6 +48,10 @@
|
|
|
<div class="text-text text-center font12">
|
|
<div class="text-text text-center font12">
|
|
|
{{ $t("auth.avatar_step_title") }}
|
|
{{ $t("auth.avatar_step_title") }}
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+
|
|
|
|
|
+ <div class="avatar-step__hint text-center text-grey-7 font11">
|
|
|
|
|
+ {{ $t("auth.avatar_step_hint") }}
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</q-card-section>
|
|
</q-card-section>
|
|
@@ -230,4 +234,9 @@ onBeforeUnmount(() => {
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+.avatar-step__hint {
|
|
|
|
|
+ max-width: 220px;
|
|
|
|
|
+ line-height: 1.3;
|
|
|
|
|
+}
|
|
|
</style>
|
|
</style>
|