We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809da97 commit 7e073b0Copy full SHA for 7e073b0
1 file changed
Template/Public/Style/PublicCSS.css
@@ -2,7 +2,7 @@
2
* @Date : 2020-10-18 10:52:43
3
* @Author : MemoryShadow
4
* @LastEditors : MemoryShadow
5
- * @LastEditTime : 2021-02-24 13:10:55
+ * @LastEditTime : 2021-02-24 13:44:25
6
* @Description : 基础组件css样式
7
*/
8
@@ -108,6 +108,10 @@ div#bottom {
108
background: #fff;
109
}
110
111
+/**
112
+ * 禁用选择
113
+ */
114
+
115
.DisableSelect {
116
-moz-user-select: none;
117
-webkit-user-select: none;
0 commit comments