邓洁: 修改bug

This commit is contained in:
邓洁
2023-12-30 20:11:32 +08:00
parent 1dd856e2ca
commit 3150343a40
8 changed files with 100 additions and 49 deletions

View File

@@ -377,7 +377,7 @@ const initAirChart = (type, values) => {
position: absolute;
z-index: 100;
width: 824px;
height: 400px;
//height: 400px;
top: 1003px;
right: 72px;
background-image: url(@/assets/images/airInfo/bg.png);

View File

@@ -358,7 +358,7 @@ const initChart = (type, values) => {
cursor: pointer;
position: absolute;
width: 824px;
height: 621px;
//height: 621px;
top: 1441px;
right: 72px;
background-image: url(../../../assets/images/badGasInfo/bg.png);

View File

@@ -223,6 +223,7 @@ const getBasicData = (data) => {
}
const handleOnMounted = () => {
// console.log('socketData.value[i]',socketData.value)
const chart = document.getElementsByClassName('echart');
for (let i = 0; i < chart.length; i++) {
Echarts_info1 = echarts.init(chart[i]);
@@ -514,13 +515,13 @@ input[type="number"] {
#fan_info {
//height: 1465px;
height: 1000px;
//height: 1000px;
width: 830px;
position: absolute;
z-index: 100;
top: 184px;
left: 68px;
padding: 10px;
padding: 10px 10px 20px 10px;
background-image: url(../../../assets/images/fanInfo/bg.png);
color: #2fb0df;
box-sizing: border-box;
@@ -541,16 +542,17 @@ input[type="number"] {
.fan-item {
//height: 33.5%;
height: 50%;
padding-bottom:10px;
display: flex;
flex-direction: column;
font-size: 14px;
border-bottom: 2px solid rgba(107, 163, 237, 0.4);
//border-bottom: 2px solid rgba(107, 163, 237, 0.4);
> div:first-child {
display: flex;
.echart {
height: 100%;
height: 270px;
width: 30%;
margin: 0px 0px 0px 10px;
position: relative;

View File

@@ -205,7 +205,7 @@ const initChart = (type, values) => {
<style lang="scss" scoped>
#wind-pressure {
width: 830px;
height: 779px;
//height: 779px;
position: absolute;
top: 185px;
right: 68px;