{% extends base %} {% block body %} {% include test/component/example_nav.html %} {% include common/script/load_select2.html %} {% init select2_html = """ """ %} select2风格
{{select2_html}}
{% raw select2_html %}
{% init html1 = """
更多▾
""" %} {% init html2 = """
更多▾
""" %}

dropdown

{{html1}}
{% raw html1 %}

dropdown 右对齐

{{html2}}
{% raw html2 %}
{% end %}