|
|
@@ -512,18 +512,9 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .el_first_row {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
-
|
|
|
- .chart_box {
|
|
|
- width: 626px;
|
|
|
- text-align: center;
|
|
|
- height: 300px;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .el_second_row {
|
|
|
+ .el_first_row,
|
|
|
+ .el_second_row,
|
|
|
+ .el_third_row {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
|
|
|
@@ -532,19 +523,17 @@ export default {
|
|
|
text-align: center;
|
|
|
height: 300px;
|
|
|
|
|
|
+ ::v-deep .dv-border-box-1 {
|
|
|
+ .border {
|
|
|
+ border: none !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.el_third_row {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
-
|
|
|
.chart_box {
|
|
|
- width: 626px;
|
|
|
- text-align: center;
|
|
|
- height: 300px;
|
|
|
-
|
|
|
.chart_box_title {
|
|
|
font-size: 24px;
|
|
|
font-weight: 500;
|
|
|
@@ -557,10 +546,8 @@ export default {
|
|
|
background: rgba($color: #0c2839, $alpha: 0.3);
|
|
|
|
|
|
.dv-scroll-board {
|
|
|
- // padding-top: 12px;
|
|
|
//透明度
|
|
|
opacity: 0.8;
|
|
|
- // border-radius: 4px;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
}
|