fix(desktop): 补齐顶部段落菜单与浮动按钮布局

This commit is contained in:
2026-09-07 19:25:06 +08:00
parent a64c2cd057
commit a189b89942
8 changed files with 118 additions and 7 deletions
@@ -33,7 +33,7 @@ const workspaceStore = useWorkspaceStore()
</template>
<style scoped>
.workspace-chat-launcher { position: absolute; right: 24px; bottom: 76px; z-index: 11; width: 42px; height: 42px; border-radius: var(--radius-full); background: var(--color-editor-scroll-background); color: var(--color-editor-scroll-text); box-shadow: var(--shadow-sm); }
.workspace-chat-launcher { position: absolute; right: 72px; bottom: 24px; z-index: 11; width: 42px; height: 42px; border-radius: var(--radius-full); background: var(--color-editor-scroll-background); color: var(--color-editor-scroll-text); box-shadow: var(--shadow-sm); }
.workspace-view {
position: relative;