diff options
Diffstat (limited to 'web/html/xui/form/protocol/http.html')
| -rw-r--r-- | web/html/xui/form/protocol/http.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/protocol/http.html b/web/html/xui/form/protocol/http.html index ff266de5..ed0c73b2 100644 --- a/web/html/xui/form/protocol/http.html +++ b/web/html/xui/form/protocol/http.html @@ -1,5 +1,5 @@ {{define "form/http"}} -<a-form> +<a-form :colon="false" :label-col="{ md: {span:8} }" :wrapper-col="{ md: {span:14} }"> <table style="width: 100%; text-align: center; margin-bottom: 10px;"> <tr> <td width="45%">{{ i18n "username" }}</td> |
