| | |
| | | <span class="header-gradient">AI</span><span style="margin-left: 15px;font-size: 30px">文搜万物</span> |
| | | </h2> |
| | | <div class="header-actions-right"> |
| | | <el-button type="primary" class="action-btn" @click="handleRealTimeMonitor"> |
| | | <!-- <el-button type="primary" class="action-btn" @click="handleRealTimeMonitor"> |
| | | 实时监控 |
| | | </el-button> |
| | | </el-button> --> |
| | | <el-button type="primary" class="action-btn" @click="resetList()"> |
| | | 刷新数据 |
| | | </el-button> |
| | |
| | | <div class="camera-info"> |
| | | <img src="@/assets/img/live-fill@1x.png" alt="" class="time-icon"> |
| | | <span>{{ item.video_name }}</span> |
| | | <el-dropdown size="small" @command="handleCommand" class="right-btn"> |
| | | <el-dropdown size="small" trigger="click" @command="handleCommand" class="right-btn"> |
| | | <img src="@/assets/img/modelTraining.png" |
| | | style="width: 16px;height: 16px;margin-left: 10px; vertical-align: middle"> |
| | | style="width: 16px;height: 16px;margin-left: 10px; vertical-align: middle" @click.stop> |
| | | <el-dropdown-menu slot="dropdown"> |
| | | <el-dropdown-item |
| | | :command="{ ruleName: item.rule_names ? item.rule_names[0].fileName : '', cameraId: item.video_point_id + '', cameraName: item.video_name, imagePath: item.image_path, status: 1 }">正确</el-dropdown-item> |
| | |
| | | overflow-y: auto; |
| | | /* 保留纵向滚动 */ |
| | | /* 新增滚动条 */ |
| | | height: 900px; |
| | | height: 870px; |
| | | |
| | | |
| | | |
| | |
| | | } |
| | | } |
| | | |
| | | .right-content { |
| | | transition: margin 0.3s ease; |
| | | // padding: 20px; |
| | | // min-height: 100vh; |
| | | background: #f5f6fa; |
| | | } |
| | | |
| | | .ai-retrieval-container { |
| | | width: 100%; |
| | | height: calc(100% - 150px); |
| | |
| | | } |
| | | } |
| | | |
| | | .content-wrapper { |
| | | flex: 1; |
| | | display: flex; |
| | | flex-direction: column; |
| | | height: calc(100% - 80px); |
| | | /* 减去头部高度 */ |
| | | } |
| | | |
| | | .right-content { |
| | | flex: 1; |
| | | margin-left: 20px; |