forked from 77media/video-flow
优化 引导文案更新,用户卡片高度演示修复
This commit is contained in:
parent
84caabe69a
commit
18e517f8fd
@ -214,7 +214,7 @@ export function ChatInputBox({ noData }: { noData: boolean }) {
|
||||
>
|
||||
<ChevronUp className="w-4 h-4 text-white/80" />
|
||||
<span className="text-sm text-white/80">
|
||||
Click to action
|
||||
Click to act
|
||||
</span>
|
||||
</div>
|
||||
) : (
|
||||
@ -246,7 +246,7 @@ export function ChatInputBox({ noData }: { noData: boolean }) {
|
||||
<textarea
|
||||
value={script}
|
||||
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"
|
||||
style={
|
||||
noData
|
||||
|
||||
@ -50,7 +50,7 @@ export default function UserCard({
|
||||
return (
|
||||
<div
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user