* Finish task #105948.

This commit is contained in:
songchenxuan
2023-11-24 09:03:01 +08:00
committed by qixinzhi
parent ef6a089d54
commit 705ed8ca83
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -4,7 +4,11 @@
.side-col {width: 240px;}
#sidebar> .cell {width: 220px;}
#datas {overflow: scroll;}
#datas {overflow: scroll; max-height: 500px;}
@media (max-width: 1366px) {#datas {max-height: 500px;}}
@media (min-width: 1366px) and (max-width: 1919px) {#datas {max-height: 650px;}}
@media (min-width: 1920px) {#datas {max-height: 800px;}}
#datas table thead {position: sticky; background-color: #fff; top: -1px;}
#data th, #data td, #schema td, #modules li > strong {overflow: hidden; text-overflow: unset; white-space: nowrap;}
#dataContent {margin: 0px; padding: 0px;}
#dataContent .detail {margin: 0px; padding: 0px;}
+1 -1
View File
@@ -6,7 +6,7 @@
.parent-position {padding-right: 160px;}
.datagrid {overflow: auto; max-height: 500px;}
@media (max-width: 1366px) {.datagrid {max-height: 500px;}}
@media (min-width: 1366px) and (max-width: 1919px) {.datagrid {max-height: 600px;}}
@media (min-width: 1366px) and (max-width: 1919px) {.datagrid {max-height: 650px;}}
@media (min-width: 1920px) {.datagrid {max-height: 800px;}}
.reportData thead {position: sticky; background-color: #fff; top: -1px;}