Former-commit-id: b797c18b0958f9a612f8f660d1e246c30732febf
Former-commit-id: 0d181414713b88444de486792ce60a702b112883
1.0
wanggang 5 years ago
parent 3513ec87e5
commit c25a875ecb

Binary file not shown.

@ -50,7 +50,7 @@
var uihit = prop.DataTypeName ?? prop.TemplateHint; var uihit = prop.DataTypeName ?? prop.TemplateHint;
<div class="col-sm-6"> <div class="col-sm-6">
<div class="form-group row @prop.ModelType.Name @uihit"> <div class="form-group row @prop.ModelType.Name @uihit">
@Html.Label(prop.PropertyName, prop.GetDisplayName() + "", new { @class = labelCalss }) @Html.Label(prop.PropertyName, prop.GetDisplayName(), new { @class = labelCalss })
<div class="col-sm-6" title="@desc"> <div class="col-sm-6" title="@desc">
@if (isReadOnly) @if (isReadOnly)
{ {
@ -393,11 +393,3 @@
}); });
</script> </script>
} }
@section styles{
<style>
label.required:before {
content: '*';
color: red;
}
</style>
}

@ -77,46 +77,55 @@ th {
h1 { h1 {
font-size: 1.5rem; font-size: 1.5rem;
margin:1rem 0 0 0; margin: 1rem 0 0 0;
} }
.breadcrumb.float-sm-right{
background-color:transparent; .breadcrumb.float-sm-right {
background-color: transparent;
} }
.select2-container--bootstrap4 .select2-results > .select2-results__options { .select2-container--bootstrap4 .select2-results > .select2-results__options {
max-height: 400px; max-height: 400px;
} }
.select2-selection.select2-selection--single { .select2-selection.select2-selection--single {
padding-left: 0.75rem; padding-left: 0.75rem;
} }
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder { .select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
color: #495057; color: #495057;
} }
label.col-form-label { label.col-form-label {
text-align: right; text-align: right;
overflow: hidden; overflow: hidden;
} }
img.icon { img.icon {
height: 48px; height: 48px;
width: 48px; width: 48px;
margin:0 auto; margin: 0 auto;
} }
img.pointer { img.pointer {
cursor: pointer; cursor: pointer;
height: 32px; height: 32px;
width: 32px; width: 32px;
margin: 8px auto; margin: 8px auto;
} }
.card-body.device{
padding:10px; .card-body.device {
padding: 10px;
} }
.h48{ .h48 {
width:100%; width: 100%;
height:48px; height: 48px;
line-height:48px; line-height: 48px;
margin:0 auto; margin: 0 auto;
overflow:hidden; overflow: hidden;
} }
.h24 { .h24 {
width: 100%; width: 100%;
height: 24px; height: 24px;
@ -124,3 +133,33 @@ img.pointer {
margin: 0 auto; margin: 0 auto;
overflow: hidden; overflow: hidden;
} }
.form-control {
font-size: 14px !important;
}
label.col-form-label {
font-size: 14px !important;
font-weight: normal !important;
}
label.required:before {
content: '*';
color: red;
font-size: 14px;
}
label.col-form-label:after {
content: '';
position: absolute;
top: 8px;
font-size: 14px;
line-height: 17px;
}
button.swal2-styled{
font-size:14px!important;
line-height:20px;
padding:5px 10px;
}
.swal2-popup{
width:16em!important;
}
Loading…
Cancel
Save