mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-25 07:16:51 +00:00
fix(export): align collapsed format selector
This commit is contained in:
@@ -2861,6 +2861,7 @@
|
||||
.dialog-format-select {
|
||||
position: relative;
|
||||
min-width: 220px;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.dialog-format-dropdown {
|
||||
|
||||
@@ -4917,7 +4917,7 @@ function ExportPage() {
|
||||
const isSessionScopeDialog = exportDialog.scope === 'single' || exportDialog.scope === 'multi'
|
||||
const isContentScopeDialog = exportDialog.scope === 'content'
|
||||
const isContentTextDialog = isContentScopeDialog && exportDialog.contentType === 'text'
|
||||
const useCollapsedSessionFormatSelector = isSessionScopeDialog
|
||||
const useCollapsedSessionFormatSelector = isSessionScopeDialog || isContentTextDialog
|
||||
const shouldShowFormatSection = !isContentScopeDialog || isContentTextDialog
|
||||
const shouldShowMediaSection = !isContentScopeDialog
|
||||
const avatarExportStatusLabel = options.exportAvatars ? '已开启聊天消息导出带头像' : '已关闭聊天消息导出带头像'
|
||||
|
||||
Reference in New Issue
Block a user