This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{% extends "sqladmin/details.html" %}
{% block content %}
{{ super() }}
<style>
/* 仅调整详情页顶部动作按钮间距(Go Back/Delete/Edit/自定义 Action) */
a.btn + a.btn,
a.btn + button.btn,
button.btn + a.btn,
button.btn + button.btn {
margin-left: 0.5rem;
}
</style>
{% endblock %}