src/pages/desktop/index/components/DFrame.vue
@@ -57,7 +57,7 @@
        alt: this.data.title,
        type: "3"
      });
      this.refreshDock();
      //this.refreshDock();
    },
    refreshDock: function () {
      setTimeout(function () {
@@ -66,7 +66,7 @@
        for (let i = 0; i < dockItems.length; i++) {
          dockItems[i].width = 60;
        }
        dockMask.style.width = dockItems.length * 60 + 40 + 'px';
        //dockMask.style.width = dockItems.length * 60 + 40 + 'px';
      }, 10);
    }
  },
@@ -170,15 +170,17 @@
}
.d-frame-title-content img {
  width: 25px;
  height: 25px;
  width: auto;
  height: 18px;
  position: relative;
  top: 3px;
  margin-right: 6px;
}
.d-frame-title-content span {
  position: relative;
  top: -3px;
  top: -1px;
  /* font-family: '黑体'; */
}
.d-frame-content {