Minor fixes (#1943)

This commit is contained in:
Tara Rostami
2024-02-28 19:53:18 +03:30
committed by GitHub
parent aad2cd8739
commit d6cd0611d4
4 changed files with 12 additions and 5 deletions

View File

@@ -11,7 +11,7 @@
@change="checked => inbound.settings.auth = checked ? 'password' : 'noauth'"></a-switch>
</a-form-item>
<template v-if="inbound.settings.auth === 'password'">
<table style="width: 100%; text-align: center; margin-bottom: 10px;">
<table style="width: 100%; text-align: center; margin: 1rem 0;">
<tr>
<td width="45%">{{ i18n "username" }}</td>
<td width="45%">{{ i18n "password" }}</td>