From d459bb61dcaf274a53210f7a0a241541d3363ace Mon Sep 17 00:00:00 2001
From: 疯狂的狮子li <15040126243@163.com>
Date: 星期五, 14 五月 2021 21:38:41 +0800
Subject: [PATCH] update 打包插件更新 2.3.10
---
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