fix:修复仓库logo在小屏错位的问题
This commit is contained in:
@@ -63,16 +63,16 @@
|
||||
</el-dropdown-menu>
|
||||
</template>
|
||||
</el-dropdown>
|
||||
</div>
|
||||
<div class="gitee" @click="handleGitClick">
|
||||
<el-tooltip effect="dark" content="在gitee找到我们" placement="bottom">
|
||||
<img src="@/assets/common/icons/gitee.png" alt="" />
|
||||
</el-tooltip>
|
||||
</div>
|
||||
<div class="github" @click="handleGithubClick">
|
||||
<el-tooltip effect="dark" content="在github找到我们" placement="bottom">
|
||||
<img src="@/assets/common/icons/github.png" alt="" />
|
||||
</el-tooltip>
|
||||
<div class="gitee" @click="handleGitClick">
|
||||
<el-tooltip effect="dark" content="在gitee找到我们" placement="bottom">
|
||||
<img src="@/assets/common/icons/gitee.png" alt="" />
|
||||
</el-tooltip>
|
||||
</div>
|
||||
<div class="github" @click="handleGithubClick">
|
||||
<el-tooltip effect="dark" content="在github找到我们" placement="bottom">
|
||||
<img src="@/assets/common/icons/github.png" alt="" />
|
||||
</el-tooltip>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@@ -155,23 +155,19 @@ const handleGithubClick = () => {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
.gitee,
|
||||
.github {
|
||||
cursor: pointer;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
position: fixed;
|
||||
right: 150px;
|
||||
margin-left: 10px;
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
.gitee,
|
||||
.github {
|
||||
cursor: pointer;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
margin-left: 15px;
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
.github {
|
||||
right: 100px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user