v1.7版本更新

This commit is contained in:
2026-05-21 20:15:56 +08:00
parent 74a71ddaf5
commit cb0c367eb7
54 changed files with 2292 additions and 1785 deletions

View File

@@ -473,6 +473,11 @@ tr:hover {
margin-top: 4px;
}
.form-group textarea {
min-height: 60px;
resize: vertical;
}
/* ========== 复选框组 ========== */
.checkbox-group {
display: flex;