このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
OpenSource
/
dify
ウォッチ
4
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
152
Wiki
アクティビティ
ソースを参照
Fix(webapp): long table scroll issue of workflow (
#17491
)
tags/1.2.0
KVOJJJin
6ヶ月前
親
6f636093b6
コミット
7016ccef10
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分情報を表示
1
1
web/app/components/share/text-generation/index.tsx
+ 1
- 1
web/app/components/share/text-generation/index.tsx
ファイルの表示
@@ -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
書き込み
プレビュー
読み込み中…
キャンセル
保存