修复 3个小bug

This commit is contained in:
何全
2019-03-28 18:39:36 +08:00
parent 2262e677ab
commit fac6fd52e3
7 changed files with 24 additions and 13 deletions

View File

@@ -20,4 +20,12 @@
<link href="{% static "css/plugins/toastr/toastr.min.css" %}" rel="stylesheet">
<link href="{% static "css/plugins/steps/jquery.steps.css" %}" rel="stylesheet">
<style>
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 32px;
}
.select2-container .select2-selection--single {
height: 32px;
}
</style>