邓洁 : 风机接口对接及用电量弹窗大小

This commit is contained in:
admin
2023-12-15 11:10:38 +08:00
parent c984f7be5b
commit f238a475e9
3 changed files with 46 additions and 29 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 296 KiB

After

Width:  |  Height:  |  Size: 80 KiB

View File

@@ -18,13 +18,13 @@ html, body, #app, .el-container, .el-aside, .el-main {
}
.tunnel-title {
width: 2330px;
height: 156px;
width: 1718px;
height: 146px;
z-index: 2;
position: absolute;
top: 0;
left: 50%;
margin-left: -1165px;
margin-left: -859px;
background-image: url('../images/topAndDown/sp_tb.png');
}
@@ -247,29 +247,36 @@ html, body, #app, .el-container, .el-aside, .el-main {
//弹窗样式
.digital-tunnel {
#container {
height: 650px;
width: 1300px;
}
#containerEle {
height: 564px;
width: 1300px;
.chat-dialog{
display: flex;
#container {
flex: 1;
height: 650px;
//width: 1300px;
}
#containerEle {
flex: 1;
height: 1060px;
//width: 2180px;
}
}
.el-dialog {
position: relative;
display: flex;
flex-direction: column;
height: 785px;
height: 60%;
border: 2px solid #0F82AF;
background: rgba(6, 34, 71, 0.78);
border-radius: 20px;
padding: 47px 30px;
box-sizing: border-box;
margin: 588px auto 0 auto;
margin: 548px auto 0 auto;
.el-dialog__header {
padding:0 0 25px 0;
padding: 0 0 25px 0;
//display: none;
.el-dialog__title {
font-size: 32px;
@@ -339,8 +346,8 @@ html, body, #app, .el-container, .el-aside, .el-main {
justify-content: center;
.allUsedEle {
width: 240px;
height: 149px;
width: 300px;
height: 200px;
border-radius: 10px;
border: 2px solid #0F82AF;
display: flex;
@@ -355,16 +362,16 @@ html, body, #app, .el-container, .el-aside, .el-main {
display: flex;
justify-content: center;
align-items: center;
width: 240px;
height: 50px;
width: 300px;
height: 100px;
background: #264A78;
font-size: 26px;
font-size: 45px;
color: #FFFFFF;
}
.value {
margin-top: 20px;
font-size: 40px;
margin-top: 15px;
font-size: 50px;
font-family: MicrosoftYaHei;
color: #FFFFFF;
}