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

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

@ -121,7 +121,7 @@ onMounted(() => {
<style scoped lang="scss">
.vchartPage {
margin-top: 7.8vh;
margin-top: 4.8vh;
position: relative; // 新增:确保按钮定位正确
}
@ -153,6 +153,6 @@ onMounted(() => {
.chartRef {
width: 100%;
height: 22vh;
height: 25vh;
}
</style>