Skip to content

Commit

Permalink
fix:window菜单不能点击
Browse files Browse the repository at this point in the history
  • Loading branch information
houdunwang committed Mar 8, 2023
1 parent 2d419f0 commit 0eabacf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "houdunren-camera",
"version": "1.0.14",
"version": "1.0.15",
"description": "方便好用的桌面摄像头软件,适合直播、录课、内容分享时使用",
"main": "./out/main/index.js",
"author": "向军大叔",
Expand Down
3 changes: 2 additions & 1 deletion src/renderer/src/assets/css/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ body {
background-color: transparent;
}

html {
html,main {
-webkit-app-region: drag;
//菜单图标与文字间距
--mx-menu-placeholder-width: 10px !important;
}

textarea,
div,
.footer-menu,
input {
-webkit-app-region: no-drag;
Expand Down

0 comments on commit 0eabacf

Please sign in to comment.