优化 引导文案更新,用户卡片高度演示修复

This commit is contained in:
moux1024 2025-09-15 14:22:24 +08:00
parent 84caabe69a
commit 18e517f8fd
2 changed files with 3 additions and 3 deletions

View File

@ -214,7 +214,7 @@ export function ChatInputBox({ noData }: { noData: boolean }) {
> >
<ChevronUp className="w-4 h-4 text-white/80" /> <ChevronUp className="w-4 h-4 text-white/80" />
<span className="text-sm text-white/80"> <span className="text-sm text-white/80">
Click to action Click to act
</span> </span>
</div> </div>
) : ( ) : (
@ -246,7 +246,7 @@ export function ChatInputBox({ noData }: { noData: boolean }) {
<textarea <textarea
value={script} value={script}
onChange={(e) => setScript(e.target.value)} onChange={(e) => setScript(e.target.value)}
placeholder="Describe the content you want to action..." placeholder="Describe the story you want to make..."
className="w-full pl-[10px] pr-[10px] py-[14px] rounded-[10px] leading-[20px] text-sm border-none bg-transparent text-white placeholder:text-white/[0.40] focus:outline-none resize-none min-h-[48px] max-h-[120px] overflow-y-auto" className="w-full pl-[10px] pr-[10px] py-[14px] rounded-[10px] leading-[20px] text-sm border-none bg-transparent text-white placeholder:text-white/[0.40] focus:outline-none resize-none min-h-[48px] max-h-[120px] overflow-y-auto"
style={ style={
noData noData

View File

@ -50,7 +50,7 @@ export default function UserCard({
return ( return (
<div <div
data-alt="user-card-outer" data-alt="user-card-outer"
className={`relative w-[18.75rem] h-[11.5rem] overflow-hidden rounded-xl ${styles.outerBg} ${styles.glowShadow}`} className={`relative w-[18.75rem] overflow-hidden rounded-xl ${styles.outerBg} ${styles.glowShadow}`}
> >
{/* 发光背景 */} {/* 发光背景 */}
<div <div