You need to sign in or sign up before continuing.
提交 4dafc1fc 编写于 作者: D DebugIsFalse

Merge branch 'main' of gitcode.com:git_bot/ai-fe

...@@ -54,7 +54,7 @@ const cardUI = { ...@@ -54,7 +54,7 @@ const cardUI = {
padding: '', padding: '',
base: 'flex items-end has-[textarea[rows="1"]]:items-center pl-4 pr-1 py-1 gap-2' base: 'flex items-end has-[textarea[rows="1"]]:items-center pl-4 pr-1 py-1 gap-2'
}, },
base: 'transition-all w-3/5 has-[:focus]:w-full', base: 'transition-[width] w-3/5 has-[:focus]:w-full',
rounded: 'rounded has-[textarea[rows="1"]]:rounded-full' rounded: 'rounded has-[textarea[rows="1"]]:rounded-full'
} }
defineShortcuts({ defineShortcuts({
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<UIcon name="i-simple-icons-github" /> <UIcon name="i-simple-icons-github" />
{{ state.repo }} {{ state.repo }}
</section> </section>
<template v-for="(item, index) in data" :key="index"> <template v-for="(item, index) in data" :key="Math.random()">
<div class="grid" v-if="index !== 0"> <div class="grid" v-if="index !== 0">
<h1 class="text-3xl" :id="index + 1">{{ item.question }}</h1> <h1 class="text-3xl" :id="index + 1">{{ item.question }}</h1>
</div> </div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册