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

@ -130,11 +130,11 @@ onMounted(() => {
</script>
<style scoped lang="scss">
.vchartPage {
margin-top: 7.2vh;
margin-top:4.8vh;
}
.chartRef {
width: 100%;
height: 23vh;
height: 24.5vh;
}
</style>