fix(ui): correct responsive breakpoints for add client form and bulk

This commit is contained in:
MHSanaei
2026-05-10 00:52:22 +02:00
parent 1478124712
commit b776b33497
2 changed files with 3 additions and 3 deletions
@@ -242,8 +242,8 @@ const title = computed(() =>
{{ t('depleted') }}
</a-tag>
<a-form v-if="client && inbound" layout="horizontal" :colon="false" :label-col="{ md: { span: 8 } }"
:wrapper-col="{ md: { span: 14 } }">
<a-form v-if="client && inbound" layout="horizontal" :colon="false" :label-col="{ sm: { span: 8 } }"
:wrapper-col="{ sm: { span: 14 } }">
<a-form-item :label="t('enable')">
<a-switch v-model:checked="client.enable" />
</a-form-item>