change-物联实时曲线页面<style>改为<style scoped>,防止出现bug异常显示

boardTest
zangch 10 months ago
parent 921f766f70
commit 544cddf4f2

@ -471,7 +471,7 @@ export default {
} }
} }
</script> </script>
<style> <style scoped>
.chart1 { .chart1 {
width: 100%; width: 100%;
height: 75vh; height: 75vh;

Loading…
Cancel
Save