heyujie
2021-10-11 ae2d855c89ca722ac7309fdf1aa6ceed370e3b95
src/pages/desktop/index/components/Tools.vue
@@ -53,7 +53,7 @@
      <div class="tools-icon no-hover-style">
        <img
          class="smart-ai"
          :src="`${publicPath}images/desktop/header-icon/SmartAI.png`"
          :src="`${publicPath}images/desktop/header-icon/SmartAI-新.png`"
          alt
        />
      </div>
@@ -561,7 +561,7 @@
  margin: auto;
}
.tools .tools-left {
  width: 200px;
  width: 275px;
  height: 100%;
  float: left;
  margin-left: 14px;
@@ -841,6 +841,11 @@
  height: 100%;
  margin-right: 14px;
}
.smart-ai {
  height: 65%;
}
.el-dropdown-menu {
  top: 40px !important;
}