Former-commit-id: 7230db00d1146281de2211eb9307cd719cb5c952
Former-commit-id: 96dc242b6e6eba6e28d35c6087759ea109ac27e8
1.0
wanggang 4 years ago
parent 2617173a4c
commit 2ebdd521db

@ -3,7 +3,6 @@
<TargetFramework>net5.0</TargetFramework>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<GenerateEmbeddedFilesManifest>true</GenerateEmbeddedFilesManifest>
<Version>1.1.0.0</Version>
</PropertyGroup>
<ItemGroup>

@ -1,130 +0,0 @@
img.logo {
float: left;
margin-left: .8rem;
margin-right: .5rem;
max-height: 33px;
width: auto;
object-fit: contain;
}
.nav-header {
padding: .5rem !important;
}
.navbar-nav .nav-link.active {
color: #fff !important;
background-color: #007bff;
border-radius: 4px;
}
.nav-treeview .nav-item {
padding-left: 2em;
}
.field-validation-error {
line-height: 1em;
}
.field-validation-error::before {
font-family: 'Font Awesome 5 Free';
content: "\f057";
}
img.pointer {
cursor: pointer;
height: 32px;
width: 32px;
}
th {
white-space: nowrap;
}
.validation-summary-errors ul {
color: red;
padding-left: 0;
}
.validation-summary-errors li {
list-style: none;
}
.field-validation-valid, .field-validation-error {
color: red;
padding-right: 1px;
}
.field-validation-error:before {
font-family: 'Font Awesome 5 Free';
content: "\f057";
}
.fancybox img.thumbnail, td .fancybox img, .form-control .fancybox img {
max-width: 30px;
max-height: 30px;
}
.ke-container {
width: 100% !important;
}
.form-control-display {
border: none;
padding-left: 0;
height: auto !important;
min-height: 34px;
}
h1 {
font-size: 1.5rem;
margin:1rem 0 0 0;
}
.breadcrumb.float-sm-right{
background-color:transparent;
}
.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;
}
label.col-form-label {
text-align: right;
overflow: hidden;
}
img.icon {
height: 48px;
width: 48px;
margin:0 auto;
}
img.pointer {
cursor: pointer;
height: 32px;
width: 32px;
margin: 8px auto;
}
.card-body.device{
padding:10px;
}
.h48{
width:100%;
height:48px;
line-height:48px;
margin:0 auto;
overflow:hidden;
}
.h24 {
width: 100%;
height: 24px;
line-height: 24px;
margin: 0 auto;
overflow: hidden;
}
.ant-tree-switcher-line-icon {
line-height:14px;
vertical-align: text-top;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1606783681834" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3975" xmlns:xlink="http://www.w3.org/1999/xlink" width="128" height="128"><defs><style type="text/css"></style></defs><path d="M883.6 926.7H140.4c-42.1 0-76.4-35.9-76.4-80V577.8c0-22.1 17.9-40 40-40s40 17.9 40 40v268.9h736V577.8c0-22.1 17.9-40 40-40s40 17.9 40 40v268.9c0 44.1-34.3 80-76.4 80z" fill="#00A4FF" p-id="3976"></path><path d="M512 744.2c-22.1 0-40-17.9-40-40V104.6c0-22.1 17.9-40 40-40s40 17.9 40 40v599.6c0 22.1-17.9 40-40 40z" fill="#00A4FF" p-id="3977"></path><path d="M320 335.9c-10.2 0-20.5-3.9-28.3-11.7-15.6-15.6-15.6-40.9 0-56.6L481.6 77.8c4.5-4.5 13.9-13.9 30.4-13.9 10.6 0 20.8 4.2 28.3 11.7l192 192c15.6 15.6 15.6 40.9 0 56.6s-40.9 15.6-56.6 0L512 160.5 348.3 324.2c-7.8 7.8-18.1 11.7-28.3 11.7z" fill="#00A4FF" p-id="3978"></path></svg>

Before

Width:  |  Height:  |  Size: 1010 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

@ -67,7 +67,7 @@ namespace IoTNode
public override void ConfigureOptions(IServiceCollection services)
{
services.ConfigureOptions(new FileConfigureOptions(Env, new List<string> { "IoT.Shared" }));
//services.ConfigureOptions(new FileConfigureOptions(Env, new List<string> { "IoT.Shared" }));
}
public override void AddDbContext(IServiceCollection services)
{

Loading…
Cancel
Save