feat(export): refine format selector layouts

This commit is contained in:
aits2026
2026-03-06 14:15:18 +08:00
parent 450e5f7e61
commit 6253def76c
4 changed files with 159 additions and 23 deletions

View File

@@ -359,8 +359,19 @@
margin-bottom: 0;
}
.format-setting-group {
grid-template-columns: 1fr;
gap: 10px;
align-items: stretch;
}
.format-setting-group .form-control {
justify-content: flex-start;
}
.format-grid {
max-width: 360px;
max-width: none;
grid-template-columns: repeat(3, minmax(0, 1fr));
margin-bottom: 0;
}
}
@@ -384,5 +395,9 @@
.format-grid {
max-width: none;
}
.format-grid {
grid-template-columns: repeat(auto-fit, minmax(156px, 1fr));
}
}
}

View File

@@ -145,7 +145,7 @@ export function ExportDefaultsSettingsForm({
</div>
</div>
<div className="form-group">
<div className="form-group format-setting-group">
<div className="form-copy">
<label></label>
<span className="form-hint"></span>