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

Update Ask.vue

上级 edc8ec58
......@@ -24,7 +24,7 @@
:disabled="!continueQuestion"
trailing-icon="i-heroicons-chevron-right-20-solid"
size="xl"
@click="handleAsk"
@click.stop="handleAsk"
/>
<UTooltip v-else text="停止生成">
<UButton
......@@ -56,7 +56,7 @@ const cardUI = {
padding: '',
base: 'flex items-end has-[textarea[rows="1"]]:items-center pl-4 pr-1 py-1 gap-2'
},
base: 'transition-[width] w-3/5 has-[textarea:focus]:w-full',
base: 'transition-[width] w-3/5 has-[textarea:focus]:w-full has-[button:focus]:w-full',
rounded: 'rounded has-[textarea[rows="1"]]:rounded-full'
}
defineShortcuts({
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册