Merge pull request #6676 from dataease/pr@dev-v2_dzz

Pr@dev v2 dzz
This commit is contained in:
dataeaseShu 2023-11-14 15:15:32 +08:00 committed by GitHub
commit a17e0b8480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 2 additions and 31 deletions

View File

@ -25,6 +25,7 @@ export default {
}
}
}
}
},
sourcemap: false
}
}

View File

@ -84,9 +84,6 @@ export default {
}
]
},
build: {
sourcemap: true
},
optimizeDeps: {
include: [
'vue',

View File

@ -2,7 +2,6 @@ import path from 'path'
import { PAGES, ROOT_DIR } from './pagesConfig'
export default {
build: {
sourcemap: true,
rollupOptions: {
// 多页支持
input: PAGES.reduce((map, { name }) => {

View File

@ -24,11 +24,9 @@
"axios": "^1.3.3",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.9",
"deepmerge": "^4.3.1",
"element-plus-secondary": "^0.4.10",
"element-resize-detector": "^1.2.4",
"file-saver": "^2.0.5",
"highcharts": "^10.3.3",
"html-to-image": "^1.11.11",
"html2canvas": "^1.4.1",
"js-base64": "^3.7.5",
@ -38,8 +36,6 @@
"lodash-es": "^4.17.21",
"mathjs": "^11.6.0",
"mitt": "^3.0.0",
"mockjs": "^1.1.0",
"nanoid": "^4.0.1",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"pinia": "^2.0.32",
@ -47,12 +43,9 @@
"snowflake-id": "^1.1.0",
"tinymce": "^5.8.2",
"vue": "^3.3.4",
"vue-clipboard2": "^0.3.3",
"vue-clipboard3": "^2.0.0",
"vue-codemirror": "^6.1.1",
"vue-i18n": "^9.2.2",
"vue-router": "4.1.3",
"vue-treeselect": "^1.0.7",
"vue-types": "^5.0.2",
"vue-uuid": "^3.0.0",
"vue3-ace-editor": "^2.2.2",

View File

@ -791,15 +791,6 @@ defineExpose({
overflow-y: auto;
}
:deep(.vue-treeselect__control) {
height: 28px;
}
:deep(.vue-treeselect__single-value) {
color: #606266;
line-height: 28px !important;
}
.custom-tree-node {
display: flex;
align-items: center;

View File

@ -481,16 +481,6 @@ defineExpose({
height: 100%;
overflow-y: auto;
}
:deep(.vue-treeselect__control) {
height: 28px;
}
:deep(.vue-treeselect__single-value) {
color: #606266;
line-height: 28px !important;
}
.custom-tree-node {
display: flex;
align-items: center;