ZZJ
2021-09-26 55789bd03d3efdaac2fcce4ddfd7cc6eced9bfc3
src/pages/desktop/index/components/Tools.vue
@@ -8,7 +8,7 @@
        <img class="system" :src="`${publicPath}images/desktop/header-icon/system.png`" />
      </div>
      <div class="tools-icon no-hover-style">
        <img class="smart-ai" :src="`${publicPath}images/desktop/header-icon/SmartAI.png`" alt />
        <img class="smart-ai" :src="`${publicPath}images/desktop/header-icon/SmartAI-新.png`" alt />
      </div>
    </div>
    <div class="tools-middle">
@@ -286,7 +286,7 @@
  margin: auto;
}
.tools .tools-left {
  width: 200px;
  width: 275px;
  height: 100%;
  float: left;
  margin-left: 14px;
@@ -368,4 +368,8 @@
.el-dropdown-menu {
  top: 40px !important;
}
.smart-ai {
  height: 65%;
}
</style>