select2-bootstrap美化下拉框

This commit is contained in:
RuoYi
2019-05-05 17:52:02 +08:00
parent 27c0a440d7
commit 07dc3ee287
5 changed files with 13 additions and 4 deletions

View File

@ -55,6 +55,7 @@
<!-- select下拉框插件 -->
<div th:fragment="select2-css">
<link th:href="@{/ajax/libs/select/select2.css}" rel="stylesheet"/>
<link th:href="@{/ajax/libs/select/select2-bootstrap.css}" rel="stylesheet"/>
</div>
<div th:fragment="select2-js">
<script th:src="@{/ajax/libs/select/select2.js}"></script>