hanbaoshan
2020-08-04 51f8540633fe9eaa9c2c9b5ff439f2bf9bf9094e
src/pages/desktop/index/components/Tools.vue
@@ -7,7 +7,7 @@
      >
        <img class="system" :src="`${publicPath}images/desktop/header-icon/system.png`" />
      </div>
      <div class="tools-icon">
      <div class="tools-icon no-hover-style">
        <img class="smart-ai" :src="`${publicPath}images/desktop/header-icon/SmartAI.png`" alt />
      </div>
    </div>
@@ -90,6 +90,7 @@
      })
    },
    dockClick(dock) {
      debugger
      if (dock.type === "1") {
        window.open(dock.url);
      } else if (dock.type === "2") {
@@ -157,7 +158,6 @@
  color: white;
  background-color: #98aabe;
  border-color: #40c3ff;
  cursor: pointer;
}
.dock-item-wrap a {
  height: 100%;
@@ -187,8 +187,8 @@
  padding: 0 15px;
}
.tools .tools-icon:hover,
.tools .tools-icon.clicked {
.tools .tools-icon:not(.no-hover-style):hover,
.tools .tools-icon:not(.no-hover-style).clicked {
  color: white;
  background-color: #98aabe;
  cursor: pointer;