hookehuyr

fix safari图标显示优化

<!--
* @Date: 2024-09-26 13:42:11
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-12-11 10:11:23
* @LastEditTime: 2024-12-11 14: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;" />
&nbsp;
{{ item.category_name }}
</div>
......