版本管理,优化
This commit is contained in:
@@ -161,6 +161,17 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* 桌面应用体验:默认禁止文本选中(按钮/下拉框/标题等控件文字不可拖动选择),
|
||||
输入框、文本域、可编辑区域仍允许选择/复制 */
|
||||
html, body, #app {
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
input, textarea, [contenteditable='true'] {
|
||||
user-select: text;
|
||||
-webkit-user-select: text;
|
||||
}
|
||||
|
||||
#app {
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
|
||||
Reference in New Issue
Block a user