feat: 删除无用代码,修改bs-el-tooltip样式

main
wu.jian2 2 years ago
parent 861c447c95
commit bc3e052827

@ -30,87 +30,6 @@
</div> </div>
</el-card> </el-card>
</el-col> </el-col>
<!-- <el-col
v-if="datasetTypeList.includes('original')"
:span="spanNum"
>
<el-card
class="bs-el-card"
shadow="hover"
>
<div
class="type-item"
@click="openAddForm('original')"
>
原始数据集
</div>
</el-card>
</el-col> -->
<!-- <el-col
v-if="datasetTypeList.includes('custom')"
:span="spanNum"
>
<el-card
class="bs-el-card"
shadow="hover"
>
<div
class="type-item"
@click="openAddForm('custom')"
>
自助数据集
</div>
</el-card>
</el-col> -->
<!-- <el-col
v-if="datasetTypeList.includes('storedProcedure')"
:span="spanNum"
>
<el-card
class="bs-el-card"
shadow="hover"
>
<div
class="type-item"
@click="openAddForm('storedProcedure')"
>
存储过程数据集
</div>
</el-card>
</el-col> -->
<!-- <el-col
v-if="datasetTypeList.includes('json')"
:span="spanNum"
>
<el-card
class="bs-el-card"
shadow="hover"
>
<div
class="type-item"
@click="openAddForm('json')"
>
JSON数据集
</div>
</el-card>
</el-col> -->
<!-- <el-col
v-if="datasetTypeList.includes('script')"
:span="spanNum"
>
<el-card
class="bs-el-card"
shadow="hover"
>
<div
class="type-item"
@click="openAddForm('script')"
>
脚本数据集
</div>
</el-card>
</el-col> -->
</el-row> </el-row>
</div> </div>
</el-dialog> </el-dialog>

@ -307,6 +307,7 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
font-size: 16px; font-size: 16px;
position: relative; position: relative;
padding-left: 20px; padding-left: 20px;
border-left: none !important;
} }
.el-dialog__title::before { .el-dialog__title::before {

@ -112,43 +112,43 @@ module.exports = {
name: 'element-ui', name: 'element-ui',
test: /[\\/]element-ui[\\/]/, test: /[\\/]element-ui[\\/]/,
chunks: 'all', chunks: 'all',
priority: 10, // 优化将优先考虑具有更高 priority优先级的缓存组 priority: 10 // 优化将优先考虑具有更高 priority优先级的缓存组
}, },
remotevue2loader: { remotevue2loader: {
name: 'remote-vue2-loader', name: 'remote-vue2-loader',
test: /[\\/]remote-vue2-loader[\\/]/, test: /[\\/]remote-vue2-loader[\\/]/,
chunks: 'all', chunks: 'all',
priority: 10, // 优化将优先考虑具有更高 priority优先级的缓存组 priority: 10 // 优化将优先考虑具有更高 priority优先级的缓存组
}, },
echarts: { echarts: {
name: 'echarts', name: 'echarts',
test: /[\\/]echarts[\\/]/, test: /[\\/]echarts[\\/]/,
chunks: 'all', chunks: 'all',
priority: 10, // 优化将优先考虑具有更高 priority优先级的缓存组 priority: 10 // 优化将优先考虑具有更高 priority优先级的缓存组
}, },
babel: { babel: {
name: '@babel', name: '@babel',
test: /[\\/]@babel[\\/]/, test: /[\\/]@babel[\\/]/,
chunks: 'all', chunks: 'all',
priority: 10, // 优化将优先考虑具有更高 priority优先级的缓存组 priority: 10 // 优化将优先考虑具有更高 priority优先级的缓存组
}, },
vueJsonEditor: { vueJsonEditor: {
name: 'vue-json-editor', name: 'vue-json-editor',
test: /[\\/]vue-json-editor[\\/]/, test: /[\\/]vue-json-editor[\\/]/,
chunks: 'all', chunks: 'all',
priority: 10, // 优化将优先考虑具有更高 priority优先级的缓存组 priority: 10 // 优化将优先考虑具有更高 priority优先级的缓存组
}, },
moment: { moment: {
name: 'moment', name: 'moment',
test: /[\\/]moment[\\/]/, test: /[\\/]moment[\\/]/,
chunks: 'all', chunks: 'all',
priority: 10, // 优化将优先考虑具有更高 priority优先级的缓存组 priority: 10 // 优化将优先考虑具有更高 priority优先级的缓存组
}, },
antv: { antv: {
name: '@antv', name: '@antv',
test: /[\\/]@antv[\\/]/, test: /[\\/]@antv[\\/]/,
chunks: 'all', chunks: 'all',
priority: 10, // 优化将优先考虑具有更高 priority优先级的缓存组 priority: 10 // 优化将优先考虑具有更高 priority优先级的缓存组
}, },
vendors: { vendors: {
name: 'chunk-vendors', name: 'chunk-vendors',

Loading…
Cancel
Save