xyc
2024-11-05 5f77609d5118737e135c6ca3add168ad01aa52b6
Merge remote-tracking branch 'origin/master'
2个文件已修改
8 ■■■■ 已修改文件
web/src/assets/css/theme-light.css 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web/src/views/modules/taskReliability/TimeDiagram.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web/src/assets/css/theme-light.css
@@ -252,6 +252,10 @@
  background: #17507c;
  border-color: #17507c;
}
.zt.light .el-button--primary.is-disabled{
  background-color: #8bd9d1;
  border-color: #8bd9d1;
}
.zt.light .el-tabs__item.is-active{
  color:#4877e8;
}
web/src/views/modules/taskReliability/TimeDiagram.vue
@@ -143,11 +143,11 @@
    },
    created() {
      let scrollView = this.$refs['scrollView']
      window.addEventListener('scroll', this.handleScroll,true);
      window.addEventListener('scroll', this.handleScroll,{passive:false});
    },
    destroyed() {
      let scrollView = this.$refs['scrollView']
      window.removeEventListener('scroll', this.handleScroll,true);
      window.removeEventListener('scroll', this.handleScroll);
    },
    mounted() {
      this.getProductList()