|
@@ -25,8 +25,8 @@
|
|
|
background-color: #F2F2F2;
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
|
|
|
cursor: pointer;
|
|
|
- min-height: 30px;
|
|
|
- line-height: 30px;
|
|
|
+ min-height: 40px;
|
|
|
+ line-height: 40px;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
@@ -72,6 +72,9 @@
|
|
|
.chart-header {
|
|
|
font-size: 24px;
|
|
|
padding: 2px 20px;
|
|
|
+ .right-action {
|
|
|
+ font-size: 18px;
|
|
|
+ }
|
|
|
}
|
|
|
.chart-show {
|
|
|
top: 5vh;
|
|
@@ -79,22 +82,26 @@
|
|
|
.chart-wrapper {
|
|
|
// height: 700px;
|
|
|
padding: 0 10px 10px;
|
|
|
- height: calc(100vh - 80px);
|
|
|
- max-height: 700px;
|
|
|
+ height: calc(100vh - 170px);
|
|
|
+ max-height: calc(100vh - 170px);
|
|
|
+ // max-height: 750px;
|
|
|
}
|
|
|
}
|
|
|
@media (max-width: 1200px) {
|
|
|
.chart-header {
|
|
|
font-size: 16px;
|
|
|
padding: 2px 20px;
|
|
|
+ .right-action {
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
}
|
|
|
.chart-show {
|
|
|
width: calc(100% - 4px);
|
|
|
}
|
|
|
.chart-wrapper {
|
|
|
width: calc(100vw - 4px);
|
|
|
- height: calc(100vh - 60px);
|
|
|
- max-height: calc(100vw - 60px);
|
|
|
+ height: calc(100vh - 100px);
|
|
|
+ max-height: calc(100vw - 100px);
|
|
|
padding: 0 0 5px;
|
|
|
}
|
|
|
}
|