Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
hager
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-10-24 10:19:33 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
08eff21b380ef0b0fe628bd00ff46abe0621348c
08eff21b
1 parent
db11ba4c
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
src/components/common/hagerHeader.vue
src/components/hagerMenu.vue
src/components/common/hagerHeader.vue
View file @
08eff21
<!--
* @Date: 2024-09-26 13:42:11
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-10-2
3 18:35:02
* @LastEditTime: 2024-10-2
4 10:14:34
* @FilePath: /hager/src/components/common/hagerHeader.vue
* @Description: 文件描述
-->
...
...
@@ -546,6 +546,7 @@ export default {
.mobile-menu-wrapper {
background-color: #fff;
padding: 0.5rem 1rem;
box-sizing: border-box;
.mobile-menu {
display: flex;
align-items: center;
...
...
src/components/hagerMenu.vue
View file @
08eff21
<!--
* @Date: 2024-10-10 10:37:16
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-10-2
3 18:38:24
* @LastEditTime: 2024-10-2
4 10:14:43
* @FilePath: /hager/src/components/hagerMenu.vue
* @Description: 文件描述
-->
...
...
@@ -27,7 +27,7 @@
:class="['menu-label', activeMenu === item.id ? 'active' : '']"
>
<div style="display: flex; align-items: center;">
<el-image style="width:
auto
; height: 1rem;" :src="item.icon" fit="fit"></el-image>
<el-image style="width:
1rem
; height: 1rem;" :src="item.icon" fit="fit"></el-image>
{{ item.category_name }}
</div>
<div>
...
...
Please
register
or
login
to post a comment