From 3de57be3cf7ecd4e3105c03854523d3b9f152d80 Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期五, 05 十一月 2021 14:05:15 +0800 Subject: [PATCH] 视频详情 --- src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue | 71 +++++++++++++++++++++++++++++------ 1 files changed, 59 insertions(+), 12 deletions(-) diff --git a/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue b/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue index a091a5f..aefa6a1 100644 --- a/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue +++ b/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue @@ -384,7 +384,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> @@ -401,7 +401,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> @@ -1003,13 +1003,10 @@ .btns { margin: 12px 0; .el-button--mini { - padding: 6px - 17px -; - font-size: 12px; - border-radius: 4px -; -} + padding: 6px 17px; + font-size: 12px; + border-radius: 4px; + } } } .right-btns { @@ -1240,7 +1237,7 @@ } .dialog-video { .el-dialog { - width: 1180px; + width: 1340px; } .el-dialog__body { background: #eaeaea; @@ -1248,7 +1245,7 @@ height: inherit; } .el-dialog__header { - padding: 3px; + padding: 0px; .el-dialog__headerbtn { top: 6px; } @@ -1269,7 +1266,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 { @@ -1281,6 +1295,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