fix: 功能显示优化。
This commit is contained in:
@@ -343,9 +343,7 @@
|
||||
@touchmove="moveCandle"
|
||||
:style="{
|
||||
width: chartConf.cWidth + 'px',
|
||||
height: chartConf.cHeight + 'px',
|
||||
position: (visControl || alertShow) ? 'absolute' : 'relative',
|
||||
left: (visControl || alertShow) ? '-9999px' : '0'
|
||||
height: chartConf.cHeight + 'px'
|
||||
}"
|
||||
></canvas>
|
||||
<nut-empty description="暂无数据" v-else>
|
||||
@@ -726,11 +724,7 @@ const props = defineProps({
|
||||
required: true,
|
||||
default: 1,
|
||||
},
|
||||
// 公告弹窗是否打开
|
||||
noticeOpen: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
|
||||
});
|
||||
const pondDeviceRes = ref<any>();
|
||||
const emit = defineEmits(["getPondInfo", "getRes", "render", "addDevice"]);
|
||||
@@ -965,7 +959,7 @@ function fullscreenChart() {
|
||||
|
||||
// 跳转到全屏图表页面
|
||||
Taro.navigateTo({
|
||||
url: `/components/other/chartFullscreen?serialNum=${serialNum}&dataType=${prDev.value}&dayType=${dayDev.value}`
|
||||
url: `/components/other/chartFullscreen?serialNum=${serialNum}&dataType=${prDev.value}&dayType=${dayDev.value}&oxyWarnLower=${oxyWarnLower.value || ''}&tempWarnUpper=${tempWarnUpper.value || ''}&tempWarnLower=${tempWarnLower.value || ''}`
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user