hookehuyr

fix

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-24 10:14:34 4 + * @LastEditTime: 2024-10-24 11:20:47
5 * @FilePath: /hager/src/components/common/hagerHeader.vue 5 * @FilePath: /hager/src/components/common/hagerHeader.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
47 </el-col> 47 </el-col>
48 <el-col :sm="1" :md="1" :lg="3" :xl="4">&nbsp;</el-col> 48 <el-col :sm="1" :md="1" :lg="3" :xl="4">&nbsp;</el-col>
49 </el-row> 49 </el-row>
50 - <el-row class="hidden-xs-only" style="background-color: #fff; border-top: 1px solid rgba(218, 218, 218, 0.4); border-bottom: 1px solid rgba(218, 218, 218, 0.4);"> 50 + <el-row class="hidden-xs-only" style="background-color: #fff; border-top: 1px solid rgba(218, 218, 218, 0.4);">
51 <el-col :sm="1" :md="1" :lg="3" :xl="4">&nbsp;</el-col> 51 <el-col :sm="1" :md="1" :lg="3" :xl="4">&nbsp;</el-col>
52 <el-col :sm="22" :md="22" :lg="18" :xl="16" style="position: relative;height: 5rem;"> 52 <el-col :sm="22" :md="22" :lg="18" :xl="16" style="position: relative;height: 5rem;">
53 <el-row> 53 <el-row>
......