2

是否可以在 atom-shell 应用程序中隐藏鼠标光标?我已经尝试在我的 index.html 中添加一个样式标签来为 body 元素添加一个“cursor:none”,但它不起作用。我在 Windows 7 x64 上运行 atom-shell。

4

1 回答 1

0
<body style="cursor: -webkit-grab;">
    // your conntents 
</body>

这将按您的预期工作。

于 2018-08-31T08:41:44.457 回答