Skip to content

Commit 809da97

Browse files
committed
新增: 禁止选中其中文字的样式类DisableSelect
1 parent dbb8618 commit 809da97

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

Template/Public/Style/PublicCSS.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @Date : 2020-10-18 10:52:43
33
* @Author : MemoryShadow
44
* @LastEditors : MemoryShadow
5-
* @LastEditTime : 2021-02-24 12:55:57
5+
* @LastEditTime : 2021-02-24 13:10:55
66
* @Description : 基础组件css样式
77
*/
88

@@ -106,4 +106,10 @@ div#bottom {
106106
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
107107
border-radius: 3px;
108108
background: #fff;
109+
}
110+
111+
.DisableSelect {
112+
-moz-user-select: none;
113+
-webkit-user-select: none;
114+
user-select: none;
109115
}

0 commit comments

Comments
 (0)