mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-16 02:43:41 +08:00
适配移动端
This commit is contained in:
@@ -15,6 +15,20 @@ body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 767px) {
|
||||
.semi-table-tbody, .semi-table-row, .semi-table-row-cell {
|
||||
display: block!important;
|
||||
width: auto!important;
|
||||
padding: 2px!important;
|
||||
}
|
||||
.semi-table-row-cell {
|
||||
border-bottom: 0!important;
|
||||
}
|
||||
.semi-table-tbody>.semi-table-row {
|
||||
border-bottom: 1px solid rgba(0,0,0,.1);
|
||||
}
|
||||
}
|
||||
|
||||
.semi-layout {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user