);
}
else if (additionalServiceCategory === AdditionalServiceCategory.KeyInPayment) {
rs.push(
-
+
{t('home.money', { value: new Intl.NumberFormat('en-US').format(amount || 0) })}
);
@@ -594,7 +594,7 @@ export const ListItem = ({
additionalServiceCategory === AdditionalServiceCategory.LinkPaymentWait
) {
rs.push(
-
+
{t('home.money', { value: new Intl.NumberFormat('en-US').format(amount || 0) })}
);
diff --git a/src/shared/ui/assets/css/style-fix.css b/src/shared/ui/assets/css/style-fix.css
index 512b265..2e9f13a 100644
--- a/src/shared/ui/assets/css/style-fix.css
+++ b/src/shared/ui/assets/css/style-fix.css
@@ -630,4 +630,21 @@ main.pop .apply-row {
}
.tab36 {
font-size: var(--fs-15);
+}
+
+/* 로그인 인증 정보 input-row 레이아웃 수정 */
+.settings-login-auth .input-row {
+ display: flex;
+ align-items: center;
+ gap: 16px;
+ padding-bottom: 16px;
+}
+
+.settings-login-auth .input-row input {
+ flex: 1;
+ min-width: 0;
+}
+
+.settings-login-auth .icon-btn.minus {
+ flex-shrink: 0;
}
\ No newline at end of file