张延森 hace 2 años
padre
commit
38323adbcb
Se han modificado 1 ficheros con 13 adiciones y 0 borrados
  1. 13
    0
      resources/static/css/common.css

+ 13
- 0
resources/static/css/common.css Ver fichero

@@ -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
 }