better design - OCPD Problem

This commit is contained in:
MHSanaei
2024-02-27 18:58:35 +03:30
parent b827a4680d
commit e827c1477c
21 changed files with 39 additions and 47 deletions

View File

@@ -1,5 +1,5 @@
{{define "form/streamGRPC"}}
<a-form :colon="false" :label-col="{ md: {span:6} }" :wrapper-col="{ md: {span:14} }">
<a-form :colon="false" :label-col="{ md: {span:8} }" :wrapper-col="{ md: {span:14} }">
<a-form-item label="Service Name">
<a-input v-model.trim="inbound.stream.grpc.serviceName"></a-input>
</a-form-item>