Skip to content

Commit 080627d

Browse files
committed
fix: 修复 tab 新增按钮无法点击
1 parent 2919103 commit 080627d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/renderer/components/workspace/TabBar.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,10 +522,12 @@ onUnmounted(() => {
522522
display: flex;
523523
align-items: center;
524524
justify-content: center;
525+
-webkit-app-region: no-drag;
525526
cursor: pointer;
526527
gap: 6px;
527528
flex-shrink: 0; // 防止收缩
528529
min-width: 40px; // 确保最小宽度
530+
height: 30px;
529531
530532
span {
531533
border-radius: 4px;

0 commit comments

Comments
 (0)