From 52d0d62c35d01ee73d9dba7b1be99a29adc35ef2 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期二, 17 八月 2021 10:45:01 +0800 Subject: [PATCH] update 同步 ruoyi 适配改动 --- 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