Parcourir la source

Fix(webapp): long table scroll issue of workflow (#17491)

tags/1.2.0
KVOJJJin il y a 7 mois
Parent
révision
7016ccef10
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      web/app/components/share/text-generation/index.tsx

+ 1
- 1
web/app/components/share/text-generation/index.tsx Voir le fichier

@@ -636,7 +636,7 @@ const TextGeneration: FC<IMainProps> = ({
{/* Result */}
<div className={cn(
isPC
? 'h-full grow'
? 'h-full w-0 grow'
: isShowResultPanel
? 'fixed inset-0 z-50 bg-background-overlay backdrop-blur-sm'
: resultExisted

Chargement…
Annuler
Enregistrer