diff --git a/css/common.css b/css/common.css index 7afd276..c153d3b 100644 --- a/css/common.css +++ b/css/common.css @@ -72,13 +72,11 @@ display: flex; flex-direction: column; } -.top-selector { - border-bottom: 1px solid #e8e8e8; - padding: 0 24px 12px 0; - text-align: right; +.top-timer { + padding-bottom: 18px; } -.top-selector .custom-date-picker { - width: 360px !important; +.top-timer .custom-date-picker { + width: 280px !important; } .trend-graph-container { flex: 1; @@ -86,18 +84,14 @@ overflow-y: auto; overflow-x: hidden; } -.trend-graph-container .trend-item { - border-bottom: 1px dashed #e8e8e8; +.graph-container { height: 240px; + border-bottom: 1px dashed #e8e8e8; + width: 100%; display: flex; flex-direction: column; } -.trend-graph-container .trend-item .title { - padding: 12px 0 0 12px; - font-size: 14px; - font-weight: 700; -} -.trend-graph-container .trend-item .line-graph { +.graph-container .line-graph { flex: 1; min-height: 0; } @@ -199,3 +193,19 @@ .prps-and-prpd-container .switcher .active-span { color: #1890ff; } +.init-warning-tips { + font-size: 12px; + color: red; +} +.event-count-box { + height: 100%; + width: 100%; + display: flex; + flex-direction: column; +} +.top-box { + display: flex; + align-items: center; + justify-content: space-between; + padding-right: 8px; +} diff --git a/index.html b/index.html index 377f223..4fe137b 100644 --- a/index.html +++ b/index.html @@ -60,24 +60,21 @@
+ 当前初始化进度:{{initTips}} +