feat : 所有图表新增全屏功能

This commit is contained in:
2024-03-12 21:13:01 +08:00
parent 69bb871934
commit c28d46043a
6 changed files with 427 additions and 93 deletions

View File

@@ -314,7 +314,7 @@ body,
}
}
.full-screen-dialog {
.shrink-screen-dialog {
width: 2175px !important;
//width: 100% !important;
//height: 100% !important;
@@ -452,6 +452,17 @@ body,
}
}
.shrink-icon {
margin: -36px -20px 0 30px;
cursor: pointer;
width: 65px;
height: 65px;
background-image: url("@/assets/images/fanInfo/shrink.png");
}
.full-icon {
cursor: pointer;
margin: -36px -20px 0 30px;
}
//弹窗样式
.digital-tunnel {
.chat-dialog {
@@ -563,11 +574,15 @@ body,
background-image: url(@/assets/images/badGasInfo/sp_jz.png);
transform: rotate(90deg);
}
.change-screen{
position: absolute;
right: 126px;
top: 50px;
}
.time-select {
position: absolute;
top: 47px;
right: 119px;
top: 20px;
right: 200px;
display: flex;
.choose-day {