表格样式调整

This commit is contained in:
Chenx221 2024-02-12 14:04:38 +08:00
parent 45a6c663ba
commit a03e8a2edb
Signed by: chenx221
GPG Key ID: D7A9EC07024C3021

View File

@ -15,3 +15,24 @@ table a {
vertical-align: middle;
line-height: 2;
}
.file_info{
font-size: large;
line-height: 2;
}
.name-col {
width: 50%;
}
.modified-col {
width: 19%;
}
.size-col {
width: 13%;
}
.action-col {
width: 18%;
}