Compare commits
No commits in common. "0dc2ef85cecac3605546dac7c233136c195cdf9c" and "26cc4238755a6080615d594214d371f1f5a1229c" have entirely different histories.
0dc2ef85ce
...
26cc423875
Binary file not shown.
Before Width: | Height: | Size: 461 B |
@ -11,7 +11,7 @@ export const option = {
|
|||||||
linkColor: '#00E5FF',
|
linkColor: '#00E5FF',
|
||||||
linkText: '查看更多>>',
|
linkText: '查看更多>>',
|
||||||
sceneNameColor: '#ccc',
|
sceneNameColor: '#ccc',
|
||||||
sceneNameSize: 18,
|
sceneNameSize: 16,
|
||||||
labelColor: '#ccc',
|
labelColor: '#ccc',
|
||||||
labelSize: 14,
|
labelSize: 14,
|
||||||
valueColor: '#DFAB0F',
|
valueColor: '#DFAB0F',
|
||||||
|
@ -200,7 +200,7 @@
|
|||||||
<div class="content">
|
<div class="content">
|
||||||
<div v-for="(scene, index) in option.dataset" :key="index" class="scene-item">
|
<div v-for="(scene, index) in option.dataset" :key="index" class="scene-item">
|
||||||
<div class="scene-header">
|
<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' }">{{
|
<span class="scene-name" :style="{ color: option.sceneNameColor, fontSize: option.sceneNameSize + 'px' }">{{
|
||||||
scene.name }}</span>
|
scene.name }}</span>
|
||||||
</div>
|
</div>
|
||||||
@ -255,7 +255,7 @@ const option = computed(() => props.chartConfig.option)
|
|||||||
}
|
}
|
||||||
|
|
||||||
.scene-item:nth-child(n+2) {
|
.scene-item:nth-child(n+2) {
|
||||||
margin-top: 7px;;
|
margin-top: 8px;;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scene-header {
|
.scene-header {
|
||||||
|
Loading…
Reference in New Issue
Block a user