fix: el-dropdown 添加 -webkit-app-region: no-drag 防止被拖拽区域拦截
This commit is contained in:
@@ -177,6 +177,10 @@ function openSettings() { window.electronAPI?.dialog.open('settings') }
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.toolbar-buttons :deep(.el-dropdown) {
|
||||
-webkit-app-region: no-drag;
|
||||
}
|
||||
|
||||
.toolbar-btn {
|
||||
-webkit-app-region: no-drag;
|
||||
border: none !important;
|
||||
|
||||
Reference in New Issue
Block a user