修改大屏,每个模块的图片,去掉标题文字
This commit is contained in:
@ -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>
|
||||
Reference in New Issue
Block a user