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-12-11 14:55:28 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
896991506d71b1c49a2986f55d4c8ea89ebeba11
89699150
1 parent
244d1b56
fix safari图标显示优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/common/hagerHeader.vue
src/components/common/hagerHeader.vue
View file @
8969915
<!--
* @Date: 2024-09-26 13:42:11
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-12-11 1
0:11:23
* @LastEditTime: 2024-12-11 1
4:54:52
* @FilePath: /hager/src/components/common/hagerHeader.vue
* @Description: 文件描述
-->
...
...
@@ -79,7 +79,7 @@
<div class="product-left-wrapper">
<div :class="['product-left-item', p_index === index ? 'active' : '']" v-for="(item, index) in product_menu" :key="index" @click="onClick(item, index)">
<div class="icon-text">
<
el-image style="width: auto; height: 1.45rem" :src="item.icon" fit="fit"></el-image
>
<
img :src="item.icon" style="width: auto; height: 1.45rem; object-fit: cover;" /
>
{{ item.category_name }}
</div>
...
...
Please
register
or
login
to post a comment