Compare commits

..

No commits in common. "0dc2ef85cecac3605546dac7c233136c195cdf9c" and "26cc4238755a6080615d594214d371f1f5a1229c" have entirely different histories.

3 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 461 B

View File

@ -11,7 +11,7 @@ export const option = {
linkColor: '#00E5FF',
linkText: '查看更多>>',
sceneNameColor: '#ccc',
sceneNameSize: 18,
sceneNameSize: 16,
labelColor: '#ccc',
labelSize: 14,
valueColor: '#DFAB0F',

View File

@ -200,7 +200,7 @@
<div class="content">
<div v-for="(scene, index) in option.dataset" :key="index" class="scene-item">
<div class="scene-header">
<img src="./assets/dot.png" alt="" class="dots"></img>
<span class="dots">···</span>
<span class="scene-name" :style="{ color: option.sceneNameColor, fontSize: option.sceneNameSize + 'px' }">{{
scene.name }}</span>
</div>
@ -255,7 +255,7 @@ const option = computed(() => props.chartConfig.option)
}
.scene-item:nth-child(n+2) {
margin-top: 7px;;
margin-top: 8px;;
}
.scene-header {