diff --git a/Core/Html/index.html b/Core/Html/index.html index 5625aec..5bd2640 100644 --- a/Core/Html/index.html +++ b/Core/Html/index.html @@ -198,11 +198,6 @@ R"( gap: 20px; } - .device-group { - flex: 1; - min-width: 300px; - } - .device-row { display: flex; gap: 20px; @@ -224,6 +219,20 @@ R"( width: 100%; } + /* 添加急停状态的特殊样式 */ + + .status-item.emergency-stop.success { + background-color: #28a745; + } + + .status-item.emergency-stop.warning { + background-color: yellow; + } + + .status-item.emergency-stop.error { + background-color: #dc3545; + } +