hookehuyr

fix ie浏览器显示优化

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-12-11 14:54:52 4 + * @LastEditTime: 2024-12-11 17:11:01
5 * @FilePath: /hager/src/components/common/hagerHeader.vue 5 * @FilePath: /hager/src/components/common/hagerHeader.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
...@@ -363,11 +363,11 @@ export default { ...@@ -363,11 +363,11 @@ export default {
363 this.show = false; 363 this.show = false;
364 }, 364 },
365 goTo (path) { // 跳转页面 365 goTo (path) { // 跳转页面
366 - // if (this.$route.path !== path) { // 不能重复点击当前页面 366 + if (this.$route.path !== path) { // 不能重复点击当前页面
367 - // this.$router.push({ 367 + this.$router.push({
368 - // path, 368 + path,
369 - // }); 369 + });
370 - // } 370 + }
371 if (path.indexOf('/solution') === -1) { // 不统计解决方案页面 371 if (path.indexOf('/solution') === -1) { // 不统计解决方案页面
372 // TAG: 统计埋点 372 // TAG: 统计埋点
373 this.maEvent(`h5_${path.slice(1)}`); 373 this.maEvent(`h5_${path.slice(1)}`);
......
1 <!-- 1 <!--
2 * @Date: 2024-09-29 15:49:27 2 * @Date: 2024-09-29 15:49:27
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-12-09 16:36:59 4 + * @LastEditTime: 2024-12-11 17:21:35
5 * @FilePath: /hager/src/views/solution/detail.vue 5 * @FilePath: /hager/src/views/solution/detail.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
...@@ -377,7 +377,7 @@ export default { ...@@ -377,7 +377,7 @@ export default {
377 display: flex; 377 display: flex;
378 flex-wrap: wrap; 378 flex-wrap: wrap;
379 // justify-content: space-between; /* 确保子元素之间的空间被均匀分配 */ 379 // justify-content: space-between; /* 确保子元素之间的空间被均匀分配 */
380 - gap: 1vw; 380 + // gap: 1vw;
381 &.xs { 381 &.xs {
382 display: block; 382 display: block;
383 } 383 }
...@@ -391,6 +391,11 @@ export default { ...@@ -391,6 +391,11 @@ export default {
391 background-color: #fff; 391 background-color: #fff;
392 transition: transform 0.3s ease-in-out; 392 transition: transform 0.3s ease-in-out;
393 position: relative; 393 position: relative;
394 + margin-right: 0.75rem;
395 + margin-bottom: 0.75rem;
396 + &:nth-child(3n) {
397 + margin-right: 0;
398 + }
394 &:hover { 399 &:hover {
395 transform: scale(1.05); 400 transform: scale(1.05);
396 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 401 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
......
1 <!-- 1 <!--
2 * @Date: 2024-10-18 18:00:47 2 * @Date: 2024-10-18 18:00:47
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-12-11 14:16:50 4 + * @LastEditTime: 2024-12-11 17:36:43
5 * @FilePath: /hager/src/views/user/info.vue 5 * @FilePath: /hager/src/views/user/info.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 </div> 27 </div>
28 </div> 28 </div>
29 <el-dialog :title="privacyInfo.post_title" :visible.sync="dialogVisible" top="10vh" width="60%"> 29 <el-dialog :title="privacyInfo.post_title" :visible.sync="dialogVisible" top="10vh" width="60%">
30 - <privacy :content="privacyInfo.post_content" style="overflow: overlay; max-height: 70vh;"></privacy> 30 + <privacy :content="privacyInfo.post_content" style="overflow-y: scroll; max-height: 70vh;"></privacy>
31 </el-dialog> 31 </el-dialog>
32 32
33 <el-drawer 33 <el-drawer
......
1 <!-- 1 <!--
2 * @Date: 2024-10-18 18:00:47 2 * @Date: 2024-10-18 18:00:47
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-12-11 14:15:20 4 + * @LastEditTime: 2024-12-11 17:36:10
5 * @FilePath: /hager/src/views/user/register.vue 5 * @FilePath: /hager/src/views/user/register.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
24 </div> 24 </div>
25 </div> 25 </div>
26 <el-dialog :title="privacyInfo.post_title" :visible.sync="dialogVisible" top="10vh" width="60%"> 26 <el-dialog :title="privacyInfo.post_title" :visible.sync="dialogVisible" top="10vh" width="60%">
27 - <privacy :content="privacyInfo.post_content" style="overflow: overlay; max-height: 70vh;"></privacy> 27 + <privacy :content="privacyInfo.post_content" style="overflow-y: scroll; height: 70vh;"></privacy>
28 </el-dialog> 28 </el-dialog>
29 29
30 <el-drawer 30 <el-drawer
......