fix: dns query component layout

This commit is contained in:
kunish 2023-09-02 14:02:25 +08:00
parent d873ccbf69
commit 2464896a46
No known key found for this signature in database
GPG Key ID: 647A12B4F782C430

View File

@ -34,8 +34,8 @@ const DNSQueryForm = () => {
const [DNSQueryResult, setDNSQueryResult] = createSignal<string[]>([])
return (
<div class="flex items-center gap-2">
<form use:form={form} class="contents">
<div class="flex flex-col">
<form use:form={form} class="flex items-center gap-2">
<input name="name" class="input input-bordered flex-1" />
<select name="type" class="select select-bordered">