AI 流式生成,使用纯 CSS 方式实现自动跟随滚动展示最新生成内容
.completingPrompt {
  height: fit-content;
  max-height: 100%;
  display: flex;
  flex-direction: column-reverse;
  overflow: auto;
  
  .promptContent {
    justify-content: flex-start;
  }
}
 AI 流式生成,使用纯 CSS 方式实现自动跟随滚动展示最新生成内容
.completingPrompt {
  height: fit-content;
  max-height: 100%;
  display: flex;
  flex-direction: column-reverse;
  overflow: auto;
  
  .promptContent {
    justify-content: flex-start;
  }
}