Merge pull request #894 from dataease/pr@dev@feat_theme_switch

feat: 增加主题切换
This commit is contained in:
fit2cloud-chenyw
2021-10-08 17:26:45 +08:00
committed by GitHub
34 changed files with 516 additions and 235 deletions

View File

@@ -18,6 +18,7 @@
:placeholder="$t('chart.search')"
prefix-icon="el-icon-search"
clearable
class="main-area-input"
/>
</el-form-item>
</el-form>

View File

@@ -1,5 +1,6 @@
<template>
<de-container v-loading="$store.getters.loadingMap[$store.getters.currentPath]" style="background-color: #f7f8fa">
<!-- <de-container v-loading="$store.getters.loadingMap[$store.getters.currentPath]" style="background-color: #f7f8fa"> -->
<de-container v-loading="$store.getters.loadingMap[$store.getters.currentPath]">
<de-main-container>
<ds-main ref="dsMain" />
</de-main-container>