|
|
|
@ -54,7 +54,7 @@
|
|
|
|
|
></n-color-picker>
|
|
|
|
|
</div>
|
|
|
|
|
</n-space>
|
|
|
|
|
<!-- <n-space>
|
|
|
|
|
<n-space>
|
|
|
|
|
<n-text>应用类型</n-text>
|
|
|
|
|
<n-select
|
|
|
|
|
size="small"
|
|
|
|
@ -64,7 +64,7 @@
|
|
|
|
|
:options="selectColorOptions"
|
|
|
|
|
@update:value="selectColorValueHandle"
|
|
|
|
|
/>
|
|
|
|
|
</n-space> -->
|
|
|
|
|
</n-space>
|
|
|
|
|
<n-space>
|
|
|
|
|
<n-text>背景控制</n-text>
|
|
|
|
|
<n-button class="clear-btn" size="small" :disabled="!canvasConfig.backgroundImage" @click="clearImage">
|
|
|
|
@ -103,7 +103,7 @@
|
|
|
|
|
<n-divider style="margin: 10px 0"></n-divider> -->
|
|
|
|
|
|
|
|
|
|
<!-- 主题选择和全局配置 -->
|
|
|
|
|
<!-- <n-tabs class="tabs-box" size="small" type="segment">
|
|
|
|
|
<n-tabs class="tabs-box" size="small" type="segment">
|
|
|
|
|
<n-tab-pane
|
|
|
|
|
v-for="item in globalTabList"
|
|
|
|
|
:key="item.key"
|
|
|
|
@ -121,7 +121,7 @@
|
|
|
|
|
</template>
|
|
|
|
|
<component :is="item.render"></component>
|
|
|
|
|
</n-tab-pane>
|
|
|
|
|
</n-tabs> -->
|
|
|
|
|
</n-tabs>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
@ -175,12 +175,12 @@ const globalTabList = [
|
|
|
|
|
icon: ColorPaletteIcon,
|
|
|
|
|
render: ChartThemeColor
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
key: 'VChartTheme',
|
|
|
|
|
title: 'VChart主题',
|
|
|
|
|
icon: ColorPaletteIcon,
|
|
|
|
|
render: VChartThemeColor
|
|
|
|
|
}
|
|
|
|
|
// {
|
|
|
|
|
// key: 'VChartTheme',
|
|
|
|
|
// title: 'VChart主题',
|
|
|
|
|
// icon: ColorPaletteIcon,
|
|
|
|
|
// render: VChartThemeColor
|
|
|
|
|
// }
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
const previewTypeList = [
|
|
|
|
|