This commit is contained in:
zhaofang
2022-08-23 19:33:28 +08:00
parent 899978576a
commit c49eea8b40
2 changed files with 10 additions and 0 deletions

View File

@@ -786,6 +786,11 @@ export default {
position: absolute;
left: 0;
top: 0;
-moz-user-select: none; /*火狐*/
-webkit-user-select: none; /*webkit浏览器*/
-ms-user-select: none; /*IE10*/
-khtml-user-select: none; /*早期浏览器*/
user-select: none;
.interact-bar-btn{
.interact-bar-value{
display: none;

View File

@@ -819,6 +819,11 @@ export default {
position: absolute;
left: 0;
top: 0;
-moz-user-select: none; /*火狐*/
-webkit-user-select: none; /*webkit浏览器*/
-ms-user-select: none; /*IE10*/
-khtml-user-select: none; /*早期浏览器*/
user-select: none;
.interact-bar-btn {
.interact-bar-value {
display: none;