田源
2023-11-10 9bb19dd1eeea68b3669727253be49df50fe1428f
Source/UBCS-WEB/src/views/wel/Statistic.vue
@@ -97,7 +97,7 @@
    FontInfo() {
      this.$nextTick(() => {
        const dataFatherBox = this.$refs.dataBox.$el;
        console.log(dataFatherBox);
        // console.log(dataFatherBox);
        this.$nextTick(() => {
          setTimeout(() => {
            //字体
@@ -109,7 +109,7 @@
              info.style.fontSize = '16px';
            });
            items.forEach((item) => {
              item.style.border = '1px solid  rgb(200, 200, 200, 1)';
              item.style.border = '1px solid  #DCDFE6';
            });
            this.loading = false;
          }, 1000); // 延迟1秒查找info元素