feat: 更新创建页面布局,调整主容器对齐方式为居中
This commit is contained in:
@@ -47,7 +47,8 @@ async function selectStorePath() {
|
||||
}
|
||||
</script>
|
||||
|
||||
<main class="flex flex-col gap-2 p-4 self-start">
|
||||
<main class="flex flex-col gap-2 p-4 self-center">
|
||||
<h2>Create new dataset</h2>
|
||||
<div class="join">
|
||||
<label class="input input-md focus-within:outline-0 w-fit join-item">
|
||||
<span class="label min-w-[10em]">Store Path</span>
|
||||
|
||||
Reference in New Issue
Block a user