From 9f633a2aff6cde941dd1293a57eb14e971e5ba13 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期五, 05 十一月 2021 14:12:04 +0800 Subject: [PATCH] margin change --- src/pages/shuohuangMonitorAnalyze/components/taskManage.vue | 36 ++++++++++++++++++++++++++++++------ 1 files changed, 30 insertions(+), 6 deletions(-) diff --git a/src/pages/shuohuangMonitorAnalyze/components/taskManage.vue b/src/pages/shuohuangMonitorAnalyze/components/taskManage.vue index 9bdd6ff..4d32c28 100644 --- a/src/pages/shuohuangMonitorAnalyze/components/taskManage.vue +++ b/src/pages/shuohuangMonitorAnalyze/components/taskManage.vue @@ -444,8 +444,16 @@ <style lang="scss"> .tab-task-manage { - padding: 0 30px; - + // padding: 0 30px; + .el-collapse-item__content { + padding: 10px 32px; + } + button span { + color: #fff; + } + button i { + color: #fff; + } .partment { border: 1px solid #e8e8e8; border-radius: 3px; @@ -459,9 +467,7 @@ float: right; } } - .body { - // padding: 14px 20px 20px; - } + .flex-box { align-items: center; & > label { @@ -528,6 +534,17 @@ color: #888; } } + } + .video-list::-webkit-scrollbar { + width: 8px; + } + .video-list::-webkit-scrollbar-thumb { + border-radius: 5px; + // box-shadow: 0px 3px 6px rgba(23, 37, 233, 0.43); + background-color: #eaecf8; + } + .video-list::-webkit-scrollbar-track { + background-color: #cad5e6; } } .top-right { @@ -600,12 +617,13 @@ background: #f5f5f5; } .bot-box { - height: 450px; background: #ffffff; box-shadow: 0px 3px 6px rgba(160, 174, 230, 0.56); opacity: 1; border-radius: 10px; box-sizing: border-box; + padding-bottom: 30px; + .header { display: flex; height: 60px; @@ -648,6 +666,12 @@ padding: 0; height: 50px; } + .el-table__expanded-cell { + padding-left: 65px; + } + th.el-table__cell > .cell { + color: #fff; + } } } .actions { -- Gitblit v1.8.0