Skip to content

Commit

Permalink
新增: 禁止选中其中文字的样式类DisableSelect
Browse files Browse the repository at this point in the history
  • Loading branch information
MemoryShadow committed Feb 24, 2021
1 parent dbb8618 commit 809da97
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Template/Public/Style/PublicCSS.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Date : 2020-10-18 10:52:43
* @Author : MemoryShadow
* @LastEditors : MemoryShadow
* @LastEditTime : 2021-02-24 12:55:57
* @LastEditTime : 2021-02-24 13:10:55
* @Description : 基础组件css样式
*/

Expand Down Expand Up @@ -106,4 +106,10 @@ div#bottom {
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
border-radius: 3px;
background: #fff;
}

.DisableSelect {
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
}

0 comments on commit 809da97

Please sign in to comment.