工具库

This commit is contained in:
2025-09-18 13:42:11 +08:00
parent 47b95acacb
commit de34c36683
20 changed files with 1365 additions and 23 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,