| | |
| | | <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> |
| | |
| | | font-size: 18px; |
| | | justify-content: center; |
| | | cursor: pointer; |
| | | .help-icon { |
| | | width: 25px;height: 25px;} |
| | | .theme-white .el-dropdown{ |
| | | color: none !important; |
| | | } |
| | | |
| | | |
| | | } |
| | | </style> |