Compare commits
2 Commits
26cc423875
...
0dc2ef85ce
Author | SHA1 | Date | |
---|---|---|---|
0dc2ef85ce | |||
a927c80bce |
Binary file not shown.
After Width: | Height: | Size: 461 B |
@ -11,7 +11,7 @@ export const option = {
|
||||
linkColor: '#00E5FF',
|
||||
linkText: '查看更多>>',
|
||||
sceneNameColor: '#ccc',
|
||||
sceneNameSize: 16,
|
||||
sceneNameSize: 18,
|
||||
labelColor: '#ccc',
|
||||
labelSize: 14,
|
||||
valueColor: '#DFAB0F',
|
||||
|
@ -200,7 +200,7 @@
|
||||
<div class="content">
|
||||
<div v-for="(scene, index) in option.dataset" :key="index" class="scene-item">
|
||||
<div class="scene-header">
|
||||
<span class="dots">···</span>
|
||||
<img src="./assets/dot.png" alt="" class="dots"></img>
|
||||
<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: 8px;;
|
||||
margin-top: 7px;;
|
||||
}
|
||||
|
||||
.scene-header {
|
||||
|
Loading…
Reference in New Issue
Block a user