运行总览
先判断是否影响业务,再进入设备或分片定位原因。
分片健康
全部可用需要处理
2 项北围墙 03
断线 02:14 · 正在第 4 次重连
实验楼入口 02
时间漂移 +3.8s · 建议重新校时
实时监控
默认只并发预览 4 路子码流;切页会释放上一页播放器。
摄像头
期望态与实际态分开展示;连接地址和凭据始终脱敏。
| 设备 | 期望态 | 实际态 | 最后在线 | 时间漂移 | 媒体分片 | 操作 |
|---|
区域与警戒线
在子码流快照上定义规则空间;保存草稿不会立即影响正式策略。
diff --git a/docs/design/sense/index.html b/docs/design/sense/index.html index 96fde3a..8fe99c2 100644 --- a/docs/design/sense/index.html +++ b/docs/design/sense/index.html @@ -99,7 +99,7 @@ .top-actions .select { width: auto; min-width: 126px; } .btn { min-height: 40px; border: 1px solid var(--line); border-radius: 9px; padding: 8px 13px; background: var(--surface-2); color: var(--text); - display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; transition: border-color .2s ease, background .2s ease, opacity .2s ease; + display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; text-decoration: none; transition: border-color .2s ease, background .2s ease, opacity .2s ease; } .btn:hover { border-color: var(--primary); } .btn-primary { background: var(--primary-strong); border-color: var(--primary-strong); color: #fff; } @@ -141,7 +141,7 @@ .search .icon { position: absolute; left: 11px; top: 11px; color: var(--subtle); pointer-events: none; } .search input { padding-left: 38px; } .table-wrap { overflow-x: auto; } - table { width: 100%; border-collapse: collapse; min-width: 820px; } + table { width: 100%; border-collapse: collapse; min-width: 960px; } th, td { padding: 12px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; } th { color: var(--muted); background: var(--surface-2); font-size: 12px; font-weight: 700; } td { font-variant-numeric: tabular-nums; } @@ -157,7 +157,17 @@ .scene { position: absolute; inset: 0; width: 100%; height: 100%; } .camera-meta { padding: 12px 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; } .camera-meta small { color: var(--muted); } - .zone-layout { display: grid; grid-template-columns: 230px minmax(420px, 1fr) 310px; gap: 12px; min-height: calc(100dvh - 162px); } + .breadcrumb { margin-bottom: 10px; display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 12px; } + .breadcrumb button { min-height: 32px; padding: 4px 8px; border: 0; border-radius: 7px; background: transparent; color: var(--primary); font-weight: 700; } + .breadcrumb button:hover { background: var(--primary-soft); } + .detail-tabs { margin-bottom: 12px; padding: 5px; display: flex; gap: 5px; overflow-x: auto; border: 1px solid var(--line); border-radius: 11px; background: var(--surface); } + .detail-tabs button { min-height: 40px; padding: 7px 13px; border: 0; border-radius: 8px; background: transparent; color: var(--muted); white-space: nowrap; } + .detail-tabs button.active { background: var(--primary-soft); color: var(--text); box-shadow: inset 0 -2px var(--primary); } + .detail-panel[hidden] { display: none; } + .context-strip { margin-bottom: 12px; padding: 11px 13px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid rgba(167,139,250,.38); border-radius: 10px; background: rgba(167,139,250,.1); } + .context-strip[hidden] { display: none; } + .context-strip p { margin: 0; color: var(--muted); } + .zone-layout { display: grid; grid-template-columns: minmax(420px, 1fr) 320px; gap: 12px; min-height: calc(100dvh - 260px); } .zone-camera-list, .zone-settings, .zone-workspace { min-width: 0; } .compact-list { display: grid; gap: 6px; padding: 10px; } .compact-list button { width: 100%; min-height: 54px; border: 1px solid transparent; border-radius: 9px; background: transparent; color: var(--text); display: flex; align-items: center; gap: 10px; padding: 8px; text-align: left; } @@ -188,6 +198,10 @@ .coordinate-box h3 { margin: 0 0 4px; font-size: 13px; } .coordinate-box p { margin: 0 0 10px; color: var(--muted); font-size: 12px; } .coordinate-row { display: grid; grid-template-columns: 1fr 1fr auto; gap: 6px; } + .linked-rules { margin-top: 12px; padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface-2); } + .linked-rules h3 { margin: 0 0 4px; font-size: 13px; } + .linked-rules p { margin: 0 0 10px; color: var(--muted); font-size: 12px; } + .linked-rules ul { margin: 0 0 11px; padding-left: 18px; color: var(--muted); } .settings-actions { position: sticky; bottom: 0; margin: 14px -16px -16px; padding: 12px 16px; display: flex; gap: 8px; justify-content: flex-end; border-top: 1px solid var(--line); background: var(--surface); } .drop-zone { padding: 28px; border: 1px dashed var(--line); border-radius: 12px; text-align: center; background: var(--surface-2); } .drop-zone .icon { width: 28px; height: 28px; color: var(--primary); } @@ -223,8 +237,8 @@ .brand { justify-content: center; padding-inline: 0; } .nav button { justify-content: center; padding: 0; } .nav .count { position: absolute; margin: -24px 0 0 25px; } - .zone-layout { grid-template-columns: 190px minmax(400px, 1fr); } - .zone-settings { grid-column: 1/-1; } + .zone-layout { grid-template-columns: 1fr; } + .zone-settings { grid-column: auto; } .settings-actions { position: static; margin-bottom: -16px; } } @media (max-width: 820px) { @@ -237,142 +251,14 @@ .content { padding: 14px 12px; } .stats, .system-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .split, .zone-layout { grid-template-columns: 1fr; } + .editor-stage { min-height: 0; } + .context-strip, .linked-zone { display: grid; } .zone-camera-list { order: 2; } .zone-workspace { order: 1; } .zone-settings { order: 3; } .camera-grid { grid-template-columns: 1fr; } .mobile-nav { position: fixed; z-index: 50; left: 8px; right: 8px; bottom: 8px; display: grid; grid-template-columns: repeat(5, 1fr); padding: 5px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow); } - .mobile-nav button { min-height: 48px; border: 0; border-radius: 9px; background: transparent; color: var(--muted); display: grid; place-items: center; font-size: 11px; } - .mobile-nav button.active { color: var(--primary); background: var(--primary-soft); } - } - @media (max-width: 560px) { - .stats, .system-grid { grid-template-columns: 1fr; } - .page-head { display: grid; } - .page-actions { width: 100%; } - .page-actions .btn { flex: 1; } - .form-grid { grid-template-columns: 1fr; } - .form-field.full { grid-column: auto; } - .editor-stage { min-height: 230px; } - .coordinate-row { grid-template-columns: 1fr 1fr; } - .coordinate-row .btn { grid-column: 1/-1; } - } - @media (prefers-reduced-motion: reduce) { - *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; } - } - - -
- - - -先判断是否影响业务,再进入设备或分片定位原因。
北围墙 03
断线 02:14 · 正在第 4 次重连
实验楼入口 02
时间漂移 +3.8s · 建议重新校时
默认只并发预览 4 路子码流;切页会释放上一页播放器。
期望态与实际态分开展示;连接地址和凭据始终脱敏。
| 设备 | 期望态 | 实际态 | 最后在线 | 时间漂移 | 媒体分片 | 操作 |
|---|
在子码流快照上定义规则空间;保存草稿不会立即影响正式策略。