From e7f83fb6952e2c9a579491afbd24e83e7261682b Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期一, 06 九月 2021 10:19:58 +0800 Subject: [PATCH] update mybatis-plus 3.4.3 => 3.4.3.3 适配升级 (包含不兼容升级) 请详细阅读 mybatis-plus 官方升级文档 --- ruoyi-ui/src/views/tool/build/index.vue | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ruoyi-ui/src/views/tool/build/index.vue b/ruoyi-ui/src/views/tool/build/index.vue index 2c24fc1..1f8b361 100644 --- a/ruoyi-ui/src/views/tool/build/index.vue +++ b/ruoyi-ui/src/views/tool/build/index.vue @@ -135,7 +135,6 @@ </div> </template> - <script> import draggable from 'vuedraggable' import { saveAs } from 'file-saver' @@ -194,7 +193,12 @@ activeData: drawingDefalut[0] } }, - computed: { + created() { + // 闃叉 firefox 涓� 鎷栨嫿 浼氭柊鎵撳崱涓�涓�夐」鍗� + document.body.ondrop = event => { + event.preventDefault() + event.stopPropagation() + } }, watch: { // eslint-disable-next-line func-names @@ -429,7 +433,7 @@ padding: 12px 18px 15px 15px; } } -.el-scrollbar__wrap { +.left-scrollbar .el-scrollbar__wrap { box-sizing: border-box; overflow-x: hidden !important; margin-bottom: 0 !important; @@ -503,7 +507,7 @@ } } -.el-scrollbar__view{ +.left-scrollbar .el-scrollbar__view{ overflow-x: hidden; } -- Gitblit v1.9.3