haoxuan
2023-08-23 c70006ac2709d2e2310c9cce12e870d7e3fa5052
刷新优化 2023-8-23
1个文件已修改
21 ■■■■ 已修改文件
src/views/visualization.vue 21 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/visualization.vue
@@ -535,7 +535,8 @@
  methods: {
    reloadPage() {
      window.location.reload();
      // window.location.reload();
      this.getTaskInfo();
    },
    getProgressInfo() {
      getProgress().then((res) => {
@@ -735,24 +736,24 @@
    }
    .bg-title-span {
      position: absolute;
      width: 400px;
      height: 100px;
      line-height: 100px;
      width: 30%;
      height: 4rem;
      line-height:2.4;
      font-size: 26px;
      font-weight: 700;
      text-align: center;
      left: 39%;
      top: 5%;
      left: 36%;
      top: 1.5rem;
      display: inline-block;
    }
    .bg-set{
      position:absolute;
      right:10%;
      height: 100px;
      line-height: 100px;
      height: 4rem;
      line-height:2.4;
      font-size: 40px;
      font-weight: 700;
      top: 5%;
      top: 1rem;
    }
    .bg-date{
      position:absolute;
@@ -784,7 +785,7 @@
      margin: 0 auto;
      text-align: center;
      position: absolute;
      top: 21%;
      top: 9rem;
    }
  }
}