whychw
2020-10-09 e8fc4a3b9a7a439b0d4cdff683cfde096cb81e8a
U 样式修改
3个文件已修改
6 ■■■■ 已修改文件
src/assets/css/common.css 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/scrollAd.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/main.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/css/common.css
@@ -434,6 +434,9 @@
    background-color: transparent;
}
.el-checkbox__label {
    color: #fff;
}
.el-dialog .el-checkbox__label {
    color: #333;
}
.el-form-item {
src/components/scrollAd.vue
@@ -19,7 +19,6 @@
// 跑完一屏用的时间 m
const SCREEN_DURATION = 30;
const MINCOUNT = 30;
const REF = ['con1', 'con2'];
let offset = {
  '0': 0,
src/views/main.vue
@@ -142,6 +142,7 @@
    }
    ,loop () {
      this.timer.start(() => {
        console.log('getAllRtAlarm');
        this.getConnect();
        this.getAllRtAlarm();
        this.timer.open();
@@ -180,6 +181,7 @@
  mounted () {
    this.loop();
    this.$router.afterEach((to, from) => {
      // console.log('main afterEach');
      this.loop();
    });
  },