Former-commit-id: 958ac33d70c77e2c9db32d79c88d4b060d200210
Former-commit-id: fd788887147624599dca752ee6d876541c3c0fd9
1.0
wanggang 5 years ago
parent 9a56a32e33
commit bd6a87b0c0

@ -14,7 +14,7 @@
Html.Hidden(prop.PropertyName);
continue;
}
if (prop.PropertyName == "Id" || prop.PropertyName == "DisplayOrder" || uihit == "ImageUrl" || uihit == "MultiSelectList")
if (prop.PropertyName == "Id" || prop.PropertyName == "DisplayOrder" || uihit == "ImageUrl" || uihit == "MultiSelectList" || uihit=="ImageUrl")
{
continue;
}

@ -84,4 +84,10 @@ h1 {
}
.select2-container--bootstrap4 .select2-results > .select2-results__options {
max-height: 400px;
}
.select2-selection.select2-selection--single {
padding-left: 0.75rem;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
color: #495057;
}
Loading…
Cancel
Save