This commit is contained in:
zh
2025-09-18 20:54:17 +08:00
36 changed files with 2989 additions and 590 deletions

View File

@ -899,14 +899,14 @@
.fly-roam>.content .table .tr .th:first-child,
.fly-roam>.content .table .tr .td:first-child {
flex: 0 0 95px;
width: 95px;
flex: 0 0 70px;
width: 70px;
}
.fly-roam>.content .table .tr .th:nth-child(2),
.fly-roam>.content .table .tr .td:nth-child(2) {
flex: 0 0 240px;
width: 240px;
flex: 0 0 100px;
width: 100px;
}
.fly-roam>.content .table .tr .th:last-child,