From c69082e60f9b27dfd8c6cfa64af0b36ede1fade4 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期五, 05 十一月 2021 14:13:39 +0800 Subject: [PATCH] merge --- src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 55 insertions(+), 5 deletions(-) diff --git a/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue b/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue index 462d9fc..92d23a8 100644 --- a/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue +++ b/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue @@ -391,7 +391,7 @@ > <div slot="title" class="title"> <div class="center"> - <i class="el-icon-connection"></i> + <img src="/images/shuohuang/璺緞 414.png" alt="" /> <span>鎾斁瑙嗛</span> </div> </div> @@ -408,7 +408,7 @@ @close="eventDialogVisible = false" > <div class="title" slot="title"> - <i class="el-icon-connection"></i> + <img src="/images/shuohuang/璺緞 414.png" alt="" /> <span>{{ curEvName }}瑙嗛</span> </div> <event-videos :eventVideoArr="eventVideoArr"></event-videos> @@ -1336,7 +1336,7 @@ } .dialog-video { .el-dialog { - width: 1180px; + width: 1340px; } .el-dialog__body { background: #eaeaea; @@ -1344,7 +1344,7 @@ height: inherit; } .el-dialog__header { - padding: 3px; + padding: 0px; .el-dialog__headerbtn { top: 6px; } @@ -1365,7 +1365,24 @@ } } .title { - font-size: 15px; + font-size: 16px; + height: 40px; + line-height: 40px; + background: #2d52d7; + + span { + line-height: 40px; + color: #fcfcfc; + } + + img { + width: 20px; + vertical-align: middle; + margin-right: 10px; + } + } + .el-dialog__close::before { + color: #fff; } } .dialog-event { @@ -1377,6 +1394,39 @@ .el-dialog__body { padding: 0; } + .el-dialog__header { + padding: 0px; + .el-dialog__headerbtn { + top: 6px; + } + } + .title { + font-size: 16px; + height: 40px; + line-height: 40px; + background: #2d52d7; + + span { + line-height: 40px; + color: #fcfcfc; + } + + img { + width: 20px; + vertical-align: middle; + margin-right: 10px; + } + } + .el-dialog__close::before { + color: #fff; + &:hover { + color: #fff; + } + } + + .more-videos .top .title { + background-color: #fff; + } } } } -- Gitblit v1.8.0