ux refine

This commit is contained in:
2026-04-19 13:31:17 +02:00
parent 4c4ff61fab
commit 314fc16b98
5 changed files with 139 additions and 10 deletions
+8 -1
View File
@@ -72,6 +72,13 @@
</button>
</section>
{% endif %}
<button type="submit">{{ submit_label }}</button>
<div class="form-actions">
<button type="submit" name="submit_action" value="save">{{ submit_label }}</button>
{% if not subitem %}
<button type="submit" name="submit_action" value="save_and_add_next" class="button-secondary">
保存并添加下一个
</button>
{% endif %}
</div>
</form>
{% endblock %}