Update sniffing.html

This commit is contained in:
Tara Rostami 2023-12-18 15:51:46 +03:30 committed by GitHub
parent 6633492eec
commit d55adda7eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
{{define "form/sniffing"}}
<a-divider style="margin:0;"></a-divider>
<a-divider style="margin:5px 0 0;"></a-divider>
<a-form :colon="false" :label-col="{ md: {span:8} }" :wrapper-col="{ md: {span:14} }">
<a-form-item>
<span slot="label">
@ -19,4 +19,4 @@
</a-checkbox-group>
</a-form-item>
</a-form>
{{end}}
{{end}}