feat: 前端美化

This commit is contained in:
CaIon
2024-03-11 21:08:51 +08:00
parent 9a6827a183
commit 90117f70f1
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%;
}