mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-29 06:16:34 +08:00
优化界面显示
This commit is contained in:
@@ -119,6 +119,13 @@ pre:not(.CodeMirror-line) {
|
||||
tbody {
|
||||
background: transparent;
|
||||
}
|
||||
.table-box {
|
||||
margin-top: 1em;
|
||||
overflow-x: auto;
|
||||
}
|
||||
.table-box::-webkit-scrollbar {
|
||||
height: 6px;
|
||||
}
|
||||
.table.width30 {
|
||||
width: 30em !important;
|
||||
}
|
||||
@@ -128,6 +135,9 @@ tbody {
|
||||
.table.width40 {
|
||||
width: 40em !important;
|
||||
}
|
||||
.table.width1024 {
|
||||
width: 1024px !important;
|
||||
}
|
||||
.table th,
|
||||
.table td {
|
||||
font-size: 0.9em !important;
|
||||
|
||||
Reference in New Issue
Block a user