* Modify css for multiple page.

This commit is contained in:
songchenxuan
2023-09-08 10:52:18 +08:00
parent 0334b9b669
commit 0d9eae8c92
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@
.main .details:after {content: ""; position: absolute; top: 5px; right: -2px; bottom: 5px; width: 1px; background-color: var(--color-slate-300);}
.main .chart-line-margin {margin-right: 16px;}
.main .table-and-chart {height: calc(100vh - 180px); display: flex;}
.main .table-and-chart-multiple {height: calc(100vh - 180px - 48px);}
.table-and-chart .table-side {flex: 0 0 40%; overflow-x: hidden; padding-left: 16px; padding-top: 8px; padding-bottom: 16px; padding-right: 2px;}
.table-and-chart .chart-side {flex: 0 0 60%;}
+1 -1
View File
@@ -176,7 +176,7 @@ div
),
div
(
setClass('table-and-chart'),
setClass('table-and-chart table-and-chart-multiple'),
div
(
setClass('table-side'),