提交 83cedda5 编写于 作者: View Design's avatar View Design

Update Create.vue

上级 aea0a9a2
<template>
<div class="max-w-screen-sm w-full flex flex-col space-y-4 p-6">
<div class="max-w-screen-md w-full flex flex-col space-y-4 p-6">
<UCard :ui="{ body: { padding: 'p-4 sm:p-4' } }">
<UTextarea
v-model="query"
autoresize
placeholder="输入搜索内容..."
:rows="5"
variant="none"
:padded="false"
/>
<div class="flex justify-between">
<USelectMenu
class="min-w-40"
v-model="selectedRepo"
:options="repos"
placeholder="选择 GitHub 项目"
......@@ -20,6 +22,7 @@
:disabled="loading"
>搜索</UButton>
</div>
</UCard>
</div>
</template>
<script setup>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册