张延森 2 年之前
父節點
當前提交
38323adbcb
共有 1 個文件被更改,包括 13 次插入0 次删除
  1. 13
    0
      resources/static/css/common.css

+ 13
- 0
resources/static/css/common.css 查看文件

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