Showing
2 changed files
with
4 additions
and
3 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-09-26 13:42:11 | 2 | * @Date: 2024-09-26 13:42:11 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-10-23 18:35:02 | 4 | + * @LastEditTime: 2024-10-24 10:14:34 |
| 5 | * @FilePath: /hager/src/components/common/hagerHeader.vue | 5 | * @FilePath: /hager/src/components/common/hagerHeader.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -546,6 +546,7 @@ export default { | ... | @@ -546,6 +546,7 @@ export default { |
| 546 | .mobile-menu-wrapper { | 546 | .mobile-menu-wrapper { |
| 547 | background-color: #fff; | 547 | background-color: #fff; |
| 548 | padding: 0.5rem 1rem; | 548 | padding: 0.5rem 1rem; |
| 549 | + box-sizing: border-box; | ||
| 549 | .mobile-menu { | 550 | .mobile-menu { |
| 550 | display: flex; | 551 | display: flex; |
| 551 | align-items: center; | 552 | align-items: center; | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-10-10 10:37:16 | 2 | * @Date: 2024-10-10 10:37:16 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-10-23 18:38:24 | 4 | + * @LastEditTime: 2024-10-24 10:14:43 |
| 5 | * @FilePath: /hager/src/components/hagerMenu.vue | 5 | * @FilePath: /hager/src/components/hagerMenu.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -27,7 +27,7 @@ | ... | @@ -27,7 +27,7 @@ |
| 27 | :class="['menu-label', activeMenu === item.id ? 'active' : '']" | 27 | :class="['menu-label', activeMenu === item.id ? 'active' : '']" |
| 28 | > | 28 | > |
| 29 | <div style="display: flex; align-items: center;"> | 29 | <div style="display: flex; align-items: center;"> |
| 30 | - <el-image style="width: auto; height: 1rem;" :src="item.icon" fit="fit"></el-image> | 30 | + <el-image style="width: 1rem; height: 1rem;" :src="item.icon" fit="fit"></el-image> |
| 31 | {{ item.category_name }} | 31 | {{ item.category_name }} |
| 32 | </div> | 32 | </div> |
| 33 | <div> | 33 | <div> | ... | ... |
-
Please register or login to post a comment