调整全屏视图布局为flex列布局,移除重复的呼吸曲线图表组件 修复点地图和呼吸曲线图表的边距问题
@@ -155,7 +155,6 @@
>
<BreathLineChart :data="breathRpmList"></BreathLineChart>
</div>
- <BreathLineChart :data="breathRpmList"></BreathLineChart>
</FullViewModal>
@@ -603,9 +602,14 @@ const openFullView = ref(false)
.fullView {
margin-top: 50px;
+ display: flex;
+ flex-direction: column;
.pointMap {
- justify-content: center;
min-height: auto;
+ margin: auto;
+ }
+ .breathLine {
+ margin-left: 0;
}
.pointTitle {