jqh 4 年之前
父节点
当前提交
56bc0c4292

+ 1 - 0
resources/assets/dcat/sass/components/_dropdown.scss

@@ -4,6 +4,7 @@
     border: 0;
     min-width: 10rem;
     transform: none;
+    z-index: 20;
 
     .dropdown-item:hover {
       background-color: $dark30;

+ 1 - 1
resources/assets/dcat/sass/components/_form.scss

@@ -203,7 +203,7 @@ select.form-control:not([multiple=multiple]) {
 }
 
 .select2-container--default .select2-selection--single .select2-selection__rendered {
-  line-height: 28px!important;
+  line-height: 31px!important;
 }
 
 .input-group-sm {