tijiao
This commit is contained in:
@@ -9,7 +9,13 @@
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* 禁止选中特定段落或组件 */
|
||||
.no-select {
|
||||
user-select: none; /* 标准语法 */
|
||||
-webkit-user-select: none; /* Safari */
|
||||
-moz-user-select: none; /* Firefox */
|
||||
-ms-user-select: none; /* IE10+ */
|
||||
}
|
||||
html,
|
||||
body,
|
||||
#app,
|
||||
|
||||
Reference in New Issue
Block a user