hookehuyr

fix

<!--
* @Date: 2024-09-26 13:42:11
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-10-23 18:35:02
* @LastEditTime: 2024-10-24 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;
......
<!--
* @Date: 2024-10-10 10:37:16
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-10-23 18:38:24
* @LastEditTime: 2024-10-24 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>&nbsp;
<el-image style="width: 1rem; height: 1rem;" :src="item.icon" fit="fit"></el-image>&nbsp;
{{ item.category_name }}
</div>
<div>
......