From 12ea4d9b4c40a7eedfe7440b5d3ff952b381675c Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期四, 25 二月 2021 18:34:54 +0800
Subject: [PATCH] 朔黄任务管理视频列表隐藏uniqueId,视频检索tab中label单行溢出显示省略号
---
vue.config.js | 2 +-
src/pages/shuohuangMonitorAnalyze/components/taskManage.vue | 3 +++
src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue | 14 +++++++++-----
3 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue b/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
index 87c4271..67cc64b 100644
--- a/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
+++ b/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
@@ -181,6 +181,7 @@
<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>
@@ -271,10 +272,10 @@
: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>
@@ -920,6 +921,9 @@
color: #3d68e1;
.abnormal {
color: red;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
}
.event-tag {
margin-top: 10px;
@@ -997,7 +1001,7 @@
width: 1000px;
height: 800px;
background: #efefef;
- .el-dialog__body{
+ .el-dialog__body {
padding: 0;
}
}
diff --git a/src/pages/shuohuangMonitorAnalyze/components/taskManage.vue b/src/pages/shuohuangMonitorAnalyze/components/taskManage.vue
index aab296a..85c3076 100644
--- a/src/pages/shuohuangMonitorAnalyze/components/taskManage.vue
+++ b/src/pages/shuohuangMonitorAnalyze/components/taskManage.vue
@@ -448,6 +448,9 @@
text-align: left;
.el-checkbox-group {
margin-bottom: 20px;
+ .el-checkbox__label{
+ display: none;
+ }
.video-detail {
i {
//color: #409EFF;
diff --git a/vue.config.js b/vue.config.js
index 8e6eadc..254db78 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -87,7 +87,7 @@
// }
// },
"/api-c": {
- target: 'http://192.168.20.113:8004',
+ target: 'http://192.168.20.10:8004',
changeOrigin: true
},
"/api-v": {
--
Gitblit v1.8.0