1
0
forked from dyf/dyf-vue-ui

修改大屏,每个模块的图片,去掉标题文字

This commit is contained in:
fengerli
2025-09-29 11:08:17 +08:00
parent 52d90d490b
commit a3be91c6ac
13 changed files with 68 additions and 29 deletions

View File

@ -71,7 +71,7 @@ onMounted(() => {
0, 0, 0, 1,
[
{ offset: 0, color: 'rgba(0,166,255,1)' },
{ offset: 1, color: 'rgba(0,125,221, 0.6)' }
{ offset: 1, color: 'rgba(0,125,221, 0.3)' }
]
),
borderRadius: 4
@ -87,7 +87,7 @@ onMounted(() => {
0, 0, 0, 1,
[
{ offset: 0, color: 'rgba(232,69,37,1)' },
{ offset: 1, color: 'rgba(240,12,12, 0.6)' }
{ offset: 1, color: 'rgba(240,12,12, 0.3)' }
]
),
borderRadius: 4
@ -110,11 +110,11 @@ onMounted(() => {
</script>
<style scoped lang="scss">
.vchartPage {
margin-top: 7.8vh;
margin-top: 5.8vh;
}
.chartRef {
width: 100%;
height: 22vh;
height: 23.5vh;
}
</style>