mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-23 21:35:36 +08:00
fix: dns query component layout
This commit is contained in:
parent
d873ccbf69
commit
2464896a46
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user