取消移动端长按选中文字功能

This commit is contained in:
X1627315083
2024-05-24 13:32:19 +08:00
parent 785bb8b70e
commit 8e60a51d9f
2 changed files with 10 additions and 0 deletions

View File

@@ -755,6 +755,11 @@ export default defineComponent({
<style lang="less">
.designOpenrtionMobile_modal {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-khtml-user-select: none;
user-select: none;
// max-width: 1440px;
.mark_loading{
position: absolute;