表格样式调整
This commit is contained in:
parent
45a6c663ba
commit
a03e8a2edb
@ -15,3 +15,24 @@ table a {
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
line-height: 2;
|
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%;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user