feat: 前端美化

This commit is contained in:
CaIon
2024-03-11 21:08:51 +08:00
parent ac7407ce9c
commit c29680b301
3 changed files with 13 additions and 5 deletions

View File

@@ -32,6 +32,16 @@ body {
}
}
.semi-table-tbody > .semi-table-row > .semi-table-row-cell {
padding: 16px 14px;
}
.channel-table {
.semi-table-tbody > .semi-table-row > .semi-table-row-cell {
padding: 16px 8px;
}
}
.semi-layout {
height: 100%;
}