| | |
| | | > |
| | | <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> |
| | |
| | | }) |
| | | }, |
| | | dockClick(dock) { |
| | | debugger |
| | | if (dock.type === "1") { |
| | | window.open(dock.url); |
| | | } else if (dock.type === "2") { |
| | |
| | | color: white; |
| | | background-color: #98aabe; |
| | | border-color: #40c3ff; |
| | | cursor: pointer; |
| | | } |
| | | .dock-item-wrap a { |
| | | height: 100%; |
| | |
| | | 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; |