feat : 所有图表新增全屏功能
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user