heyujie
2021-11-05 9f633a2aff6cde941dd1293a57eb14e971e5ba13
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 {