hanbaoshan
2020-08-13 aaf3198eb598932a788561d715bdf2a91330d259
src/pages/desktop/index/components/DFrame.vue
@@ -124,6 +124,15 @@
          type: "3",
          screenshot: shotSrc
        });
      }).catch(e=>{
        console.log(e);
        this.$store.commit('desktop/addMinDock', {
          id: this.data.id,
          src: this.data.icon,
          alt: this.data.title,
          type: "3",
          screenshot: ''
        });
      });
      return false;
      //this.refreshDock();
@@ -221,6 +230,7 @@
}
.d-frame .d-frame-title {
  /* min-width: 378px; */
  height: 30px;
  background-color: #e0e0e0;
  border-radius: 4px 4px 0 0;