|
@@ -145,7 +145,8 @@ $marginTop:14%;
|
|
height: calc(100% - #{$marginTop});
|
|
height: calc(100% - #{$marginTop});
|
|
display: flex;
|
|
display: flex;
|
|
}
|
|
}
|
|
- //版式1,6
|
|
|
|
|
|
+ //24.1.25 产品调整各个版式的位置,将chart-wrap宽度置为100%
|
|
|
|
+ //版式1,6 不用改,还是用这个
|
|
.full {
|
|
.full {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
@@ -178,10 +179,9 @@ $marginTop:14%;
|
|
position: absolute;
|
|
position: absolute;
|
|
left: 0;
|
|
left: 0;
|
|
top:0;
|
|
top:0;
|
|
- .chart-wrap {
|
|
|
|
- width: 90%;
|
|
|
|
- height: 80%;
|
|
|
|
- /* background-color: rgba(0, 128, 0, 0.389); */
|
|
|
|
|
|
+ .chart-wrap{
|
|
|
|
+ width:100%;
|
|
|
|
+ height:80%;
|
|
}
|
|
}
|
|
.editor-wrap {
|
|
.editor-wrap {
|
|
width: 90%;
|
|
width: 90%;
|
|
@@ -206,7 +206,7 @@ $marginTop:14%;
|
|
height: 80%;
|
|
height: 80%;
|
|
}
|
|
}
|
|
.chart-wrap {
|
|
.chart-wrap {
|
|
- width: 90%;
|
|
|
|
|
|
+ width: 100%;
|
|
height: 80%;
|
|
height: 80%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -224,7 +224,7 @@ $marginTop:14%;
|
|
position: relative;
|
|
position: relative;
|
|
&.top {
|
|
&.top {
|
|
.chart-wrap {
|
|
.chart-wrap {
|
|
- width: 90%;
|
|
|
|
|
|
+ width: 100%;
|
|
height: 84%;
|
|
height: 84%;
|
|
}
|
|
}
|
|
.closeBtn{
|
|
.closeBtn{
|
|
@@ -246,7 +246,7 @@ $marginTop:14%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.chart-wrap {
|
|
.chart-wrap {
|
|
- width: 90%;
|
|
|
|
|
|
+ width: 100%;
|
|
height: 84%;
|
|
height: 84%;
|
|
/* background-color: coral; */
|
|
/* background-color: coral; */
|
|
}
|
|
}
|
|
@@ -257,7 +257,7 @@ $marginTop:14%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.chart-wrap {
|
|
.chart-wrap {
|
|
- width: 90%;
|
|
|
|
|
|
+ width: 100%;
|
|
height: 80%;
|
|
height: 80%;
|
|
}
|
|
}
|
|
.editor-wrap {
|
|
.editor-wrap {
|
|
@@ -282,7 +282,7 @@ $marginTop:14%;
|
|
position:relative;
|
|
position:relative;
|
|
&.top {
|
|
&.top {
|
|
.chart-wrap {
|
|
.chart-wrap {
|
|
- width: 90%;
|
|
|
|
|
|
+ width: 100%;
|
|
height: 84%;
|
|
height: 84%;
|
|
}
|
|
}
|
|
.closeBtn{
|
|
.closeBtn{
|
|
@@ -304,7 +304,7 @@ $marginTop:14%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.chart-wrap {
|
|
.chart-wrap {
|
|
- width: 90%;
|
|
|
|
|
|
+ width: 100%;
|
|
height: 84%;
|
|
height: 84%;
|
|
/* background-color: royalblue; */
|
|
/* background-color: royalblue; */
|
|
}
|
|
}
|
|
@@ -319,7 +319,7 @@ $marginTop:14%;
|
|
height: 84%;
|
|
height: 84%;
|
|
}
|
|
}
|
|
.chart-wrap {
|
|
.chart-wrap {
|
|
- width: 90%;
|
|
|
|
|
|
+ width: 100%;
|
|
height: 80%;
|
|
height: 80%;
|
|
}
|
|
}
|
|
.closeBtn{
|
|
.closeBtn{
|
|
@@ -363,7 +363,7 @@ $marginTop:14%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.chart-wrap {
|
|
.chart-wrap {
|
|
- width: 90%;
|
|
|
|
|
|
+ width: 100%;
|
|
height: 90%;
|
|
height: 90%;
|
|
/* margin-top: 10px; */
|
|
/* margin-top: 10px; */
|
|
}
|
|
}
|
|
@@ -398,7 +398,7 @@ $marginTop:14%;
|
|
&.top {
|
|
&.top {
|
|
top:0;
|
|
top:0;
|
|
.chart-wrap {
|
|
.chart-wrap {
|
|
- width: 90%;
|
|
|
|
|
|
+ width: 100%;
|
|
height: 84%;
|
|
height: 84%;
|
|
}
|
|
}
|
|
.closeBtn{
|
|
.closeBtn{
|
|
@@ -416,7 +416,7 @@ $marginTop:14%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.chart-wrap {
|
|
.chart-wrap {
|
|
- width: 90%;
|
|
|
|
|
|
+ width: 100%;
|
|
height: 84%;
|
|
height: 84%;
|
|
}
|
|
}
|
|
.closeBtn{
|
|
.closeBtn{
|
|
@@ -437,7 +437,7 @@ $marginTop:14%;
|
|
&.top {
|
|
&.top {
|
|
top:0;
|
|
top:0;
|
|
.chart-wrap {
|
|
.chart-wrap {
|
|
- width: 90%;
|
|
|
|
|
|
+ width: 100%;
|
|
height: 84%;
|
|
height: 84%;
|
|
}
|
|
}
|
|
.closeBtn{
|
|
.closeBtn{
|
|
@@ -455,7 +455,7 @@ $marginTop:14%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.chart-wrap {
|
|
.chart-wrap {
|
|
- width: 90%;
|
|
|
|
|
|
+ width: 100%;
|
|
height: 84%;
|
|
height: 84%;
|
|
}
|
|
}
|
|
.closeBtn{
|
|
.closeBtn{
|
|
@@ -470,7 +470,7 @@ $marginTop:14%;
|
|
}
|
|
}
|
|
.half{
|
|
.half{
|
|
.chart-wrap {
|
|
.chart-wrap {
|
|
- width: 90%;
|
|
|
|
|
|
+ width: 100%;
|
|
height: 90%;
|
|
height: 90%;
|
|
/* margin-top: 10px; */
|
|
/* margin-top: 10px; */
|
|
}
|
|
}
|