|
|
@@ -10,7 +10,28 @@
|
|
|
<a href="https://www.proginn.com/" class="nav-item">首页</a>
|
|
|
<a href="https://www.proginn.com/cloud?from=top_nav" class="nav-item">云端工作</a>
|
|
|
<a href="https://www.proginn.com/users" class="nav-item">程序员</a>
|
|
|
- <a href="https://jishuin.proginn.com" class="nav-item">技术圈</a>
|
|
|
+ <el-dropdown class="nav-dropdown">
|
|
|
+ <el-button type="text" class="dashboard-title">
|
|
|
+ 更多服务
|
|
|
+ </el-button>
|
|
|
+ <el-dropdown-menu slot="dropdown">
|
|
|
+ <el-dropdown-item>
|
|
|
+ <a class="workstation" href="https://jishuin.proginn.com/?from=top_nav" style="display: flex; align-items: center;">
|
|
|
+ <img src="@/assets/img/header/jishuin.png" style="width: 24px;height: 24px;margin-right: 5px;"/>技术圈
|
|
|
+ </a>
|
|
|
+ </el-dropdown-item>
|
|
|
+ <el-dropdown-item>
|
|
|
+ <a class="workstation" href="https://www.binstd.com/?from=proginn" style="display: flex; align-items: center;">
|
|
|
+ <img src="@/assets/img/header/binstd.png" style="width: 24px;height: 24px;margin-right: 5px;"/>进制数据
|
|
|
+ </a>
|
|
|
+ </el-dropdown-item>
|
|
|
+ <el-dropdown-item>
|
|
|
+ <a class="workstation" href="https://www.proginn.com/type/interview/?from=top_nav" style="display: flex; align-items: center;">
|
|
|
+ <img src="@/assets/img/header/review.png" style="width: 24px;height: 24px;margin-right: 5px;"/>技术面试官
|
|
|
+ </a>
|
|
|
+ </el-dropdown-item>
|
|
|
+ </el-dropdown-menu>
|
|
|
+ </el-dropdown>
|
|
|
<div>
|
|
|
<div style="position: relative;">
|
|
|
<input
|