给echart提供个性化的地方

This commit is contained in:
aixianling
2024-03-25 15:51:15 +08:00
parent e2c0e919d3
commit 4c220621b5
3 changed files with 87 additions and 123 deletions

View File

@@ -25,7 +25,7 @@
:key="`chart-${index}`"
:theme="theme"
:data="values"
:ops="$echartTpls[data.config]"/>
:ops="data.echartOps"/>
<AiDvTable
v-else-if="currentType === 'AiDvTable'"
:heigth="'100%'"
@@ -256,7 +256,7 @@ export default {
font-weight: 600;
color: #FFFFFF;
line-height: 21px;
text-shadow: 0px 2px 4px rgba(117, 9, 9, 0.5);
text-shadow: 0 2px 4px rgba(117, 9, 9, 0.5);
background: linear-gradient(180deg, #FFF6C7 0%, #FF9A02 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;