无人机管理后台前端(已迁走)
张含笑
2025-07-02 5cebfc664006338d31f17081e0b6de5bbadfe3c3
feat:修改图标颜色
1 files modified
12 ■■■■■ changed files
src/page/index/top/top-qna.vue 12 ●●●●● patch | view | raw | blame | history
src/page/index/top/top-qna.vue
@@ -1,7 +1,10 @@
<template>
  <div class="top-qna">
    <el-dropdown @command="dropdownClick">
      <img alt="" src="@/assets/images/helpCenter/helpIcon.png" />
      <!-- <img class="help-icon" alt="" src="@/assets/images/helpCenter/helpIcon.png" /> -->
      <el-icon  class="help-icon " color="#707070" size="17">
        <QuestionFilled />
      </el-icon>
      <template #dropdown>
        <el-dropdown-menu>
          <el-dropdown-item command="guide">入门指南</el-dropdown-item>
@@ -86,5 +89,12 @@
  font-size: 18px;
  justify-content: center;
  cursor: pointer;
  .help-icon {
  width: 25px;height: 25px;}
  .theme-white .el-dropdown{
  color: none !important;
  }
}
</style>