mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-12-06 08:38:55 +08:00
修改规则引擎日志高度
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<Project>
|
||||
|
||||
<PropertyGroup>
|
||||
<PluginVersion>10.12.35</PluginVersion>
|
||||
<ProPluginVersion>10.12.35</ProPluginVersion>
|
||||
<DefaultVersion>10.12.35</DefaultVersion>
|
||||
<PluginVersion>10.12.36</PluginVersion>
|
||||
<ProPluginVersion>10.12.36</ProPluginVersion>
|
||||
<DefaultVersion>10.12.36</DefaultVersion>
|
||||
<AuthenticationVersion>10.11.8</AuthenticationVersion>
|
||||
<SourceGeneratorVersion>10.11.8</SourceGeneratorVersion>
|
||||
<NET8Version>8.0.22</NET8Version>
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
</div>
|
||||
}
|
||||
|
||||
<div class=@($"row g-0 h-100 {(ShowDesign ? "d-none" : "")}")>
|
||||
<div class=@($"row g-0 {(ShowDesign ? "d-none" : "")}") style="height: calc(100% - 80px);">
|
||||
<div class="col-12 col-sm-6 h-100">
|
||||
|
||||
<AdminTable @ref=table TItem="Rules"
|
||||
|
||||
Reference in New Issue
Block a user