style: remove Electron-specific drag region styles for bordered Tauri window
This commit is contained in:
@@ -12,8 +12,6 @@
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
||||||
/* 允许作为 Electron 的拖拽区域(macOS 隐藏标题栏时生效) */
|
|
||||||
-webkit-app-region: drag;
|
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -25,8 +23,6 @@
|
|||||||
.header-actions {
|
.header-actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
/* header 内的交互元素需要排除拖拽,否则无法点击 */
|
|
||||||
-webkit-app-region: no-drag;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.refresh-btn, .add-btn {
|
.refresh-btn, .add-btn {
|
||||||
@@ -36,8 +32,6 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
transition: all 0.2s;
|
transition: all 0.2s;
|
||||||
/* 明确按钮不可拖拽,确保可点击 */
|
|
||||||
-webkit-app-region: no-drag;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.refresh-btn {
|
.refresh-btn {
|
||||||
|
|||||||
Reference in New Issue
Block a user