朔黄任务管理视频列表隐藏uniqueId,视频检索tab中label单行溢出显示省略号
| | |
| | | <div class="mark-info"> |
| | | <div class="abnormal" v-if="data.LableLst && data.LableLst.length"> |
| | | <span |
| | | class="abnormal-label" |
| | | v-for="(label, index) in data.LableLst" |
| | | :key="index" |
| | | >{{ label.Desc +(index==data.LableLst.length-1?"":",")}}</span> |
| | |
| | | :visible="eventDialogVisible" |
| | | @close="eventDialogVisible = false" |
| | | > |
| | | <div class="title" slot="title"> |
| | | <i class="el-icon-connection"></i> |
| | | <span>shoubi视频</span> |
| | | </div> |
| | | <div class="title" slot="title"> |
| | | <i class="el-icon-connection"></i> |
| | | <span>shoubi视频</span> |
| | | </div> |
| | | <event-videos :eventDetail="curEventDetail"></event-videos> |
| | | </el-dialog> |
| | | </div> |
| | |
| | | color: #3d68e1; |
| | | .abnormal { |
| | | color: red; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | white-space: nowrap; |
| | | } |
| | | .event-tag { |
| | | margin-top: 10px; |
| | |
| | | width: 1000px; |
| | | height: 800px; |
| | | background: #efefef; |
| | | .el-dialog__body{ |
| | | .el-dialog__body { |
| | | padding: 0; |
| | | } |
| | | } |
| | |
| | | text-align: left; |
| | | .el-checkbox-group { |
| | | margin-bottom: 20px; |
| | | .el-checkbox__label{ |
| | | display: none; |
| | | } |
| | | .video-detail { |
| | | i { |
| | | //color: #409EFF; |
| | |
| | | // } |
| | | // }, |
| | | "/api-c": { |
| | | target: 'http://192.168.20.113:8004', |
| | | target: 'http://192.168.20.10:8004', |
| | | changeOrigin: true |
| | | }, |
| | | "/api-v": { |