table control

This commit is contained in:
cppla
2022-04-01 15:19:06 +08:00
parent 1f47bcdb6f
commit 5176cb0340
3 changed files with 14 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ tr.odd.expandRow > :hover { background: #212e36 !important; }
#type, tr td:nth-child(4) { display:none; visibility:hidden; }
#location, tr td:nth-child(5) { display:none; visibility:hidden; }
#uptime, tr td:nth-child(6) { display:none; visibility:hidden; }
#ping, tr td:nth-child(13) { display:none; visibility:hidden; }
#ping, tr td:nth-child(14) { display:none; visibility:hidden; }
}
@media only screen and (max-width: 720px) {
body { font-size: 10px; }
@@ -34,7 +34,7 @@ tr.odd.expandRow > :hover { background: #212e36 !important; }
#type, tr td:nth-child(4) { display:none; visibility:hidden; }
#location, tr td:nth-child(5) { display:none; visibility:hidden; }
#uptime, tr td:nth-child(6) { display:none; visibility:hidden; }
#ping, tr td:nth-child(13) { display:none; visibility:hidden; }
#ping, tr td:nth-child(14) { display:none; visibility:hidden; }
}
@media only screen and (max-width: 620px) {
body { font-size: 10px; }
@@ -44,7 +44,7 @@ tr.odd.expandRow > :hover { background: #212e36 !important; }
#location, tr td:nth-child(5) { display:none; visibility:hidden; }
#uptime, tr td:nth-child(6) { display:none; visibility:hidden; }
#traffic, tr td:nth-child(9) { display:none; visibility:hidden; }
#ping, tr td:nth-child(13) { display:none; visibility:hidden; }
#ping, tr td:nth-child(14) { display:none; visibility:hidden; }
}
@media only screen and (max-width: 533px) {
body { font-size: 10px; }
@@ -54,7 +54,7 @@ tr.odd.expandRow > :hover { background: #212e36 !important; }
#location, tr td:nth-child(5) { display:none; visibility:hidden; }
#uptime, tr td:nth-child(6) { display:none; visibility:hidden; }
#traffic, tr td:nth-child(9) { display:none; visibility:hidden; }
#ping, tr td:nth-child(13) { display:none; visibility:hidden; }
#ping, tr td:nth-child(14) { display:none; visibility:hidden; }
}
@media only screen and (max-width: 450px) {
body { font-size: 10px; }
@@ -66,5 +66,5 @@ tr.odd.expandRow > :hover { background: #212e36 !important; }
#uptime, tr td:nth-child(6) { display:none; visibility:hidden; }
#traffic, tr td:nth-child(9) { display:none; visibility:hidden; }
#cpu, #ram, #hdd { min-width: 25px; max-width: 50px; }
#ping, tr td:nth-child(13) { display:none; visibility:hidden; }
#ping, tr td:nth-child(14) { display:none; visibility:hidden; }
}