张延森 2 years ago
parent
commit
38323adbcb
1 changed files with 13 additions and 0 deletions
  1. 13
    0
      resources/static/css/common.css

+ 13
- 0
resources/static/css/common.css View File

@@ -94,6 +94,19 @@
94 94
   overflow-y: auto;
95 95
   background: #071c51;
96 96
 }
97
+.chart-page .flex-part {
98
+  display: flex;
99
+  justify-content: space-between;
100
+}
101
+.chart-page .flex-part .flex-part-3 {
102
+  flex: 3;
103
+}
104
+.chart-page .flex-part .flex-part-2 {
105
+  flex: 3;
106
+}
107
+.chart-page .flex-part .flex-part-1 {
108
+  flex: 1;
109
+}
97 110
 .chart-page .count {
98 111
   border-radius: 20px;
99 112
 }