|
|
@@ -556,7 +556,7 @@ const onBack = () => {
|
|
|
<!-- Tip -->
|
|
|
<div class="withdraw-auth-card__section withdraw-auth-card__section--tip">
|
|
|
<div class="withdraw-auth-tip">
|
|
|
- <TipIcon />
|
|
|
+ <TipIcon class="withdraw-auth-tip__icon" />
|
|
|
<p class="withdraw-auth-tip__text">
|
|
|
{{ t('wallet.withdraw.auth.tip') }}
|
|
|
</p>
|
|
|
@@ -701,8 +701,7 @@ const onBack = () => {
|
|
|
.withdraw-auth-upload {
|
|
|
margin-top: 10px;
|
|
|
display: flex;
|
|
|
- gap: 8px;
|
|
|
- justify-content: center;
|
|
|
+ justify-content: space-between;
|
|
|
}
|
|
|
|
|
|
.withdraw-auth-upload-item {
|
|
|
@@ -850,8 +849,12 @@ const onBack = () => {
|
|
|
|
|
|
.withdraw-auth-tip {
|
|
|
display: flex;
|
|
|
- align-items: center;
|
|
|
+ align-items: flex-start;
|
|
|
gap: 3px;
|
|
|
+
|
|
|
+ &__icon {
|
|
|
+ flex-shrink: 0;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.withdraw-auth-tip__text {
|