hookehuyr

fix 细节调整

1 <!-- 1 <!--
2 * @Date: 2024-10-17 11:13:44 2 * @Date: 2024-10-17 11:13:44
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-11-01 16:16:51 4 + * @LastEditTime: 2024-11-01 18:03:45
5 * @FilePath: /hager/src/views/about/design.vue 5 * @FilePath: /hager/src/views/about/design.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
...@@ -73,6 +73,7 @@ ...@@ -73,6 +73,7 @@
73 </div> 73 </div>
74 </hager-box> 74 </hager-box>
75 <hager-box v-if="!is_xs" class="box-n"> 75 <hager-box v-if="!is_xs" class="box-n">
76 + <hager-h1 title="从用户体验到设计" sub="From User Experience to Design" style="margin-top: 1rem;"></hager-h1>
76 <el-row :gutter="0" style="margin-top: 2rem;margin-bottom: 2rem;"> 77 <el-row :gutter="0" style="margin-top: 2rem;margin-bottom: 2rem;">
77 <el-col :span="12"> 78 <el-col :span="12">
78 <!-- <div class="left-box"> 79 <!-- <div class="left-box">
...@@ -107,14 +108,14 @@ ...@@ -107,14 +108,14 @@
107 </div> 108 </div>
108 </hager-box> 109 </hager-box>
109 <div v-else> 110 <div v-else>
110 - <!-- <div class="left-box xs"> 111 + <div class="left-box xs">
111 <div class="title xs"> 112 <div class="title xs">
112 <hager-h1 title="从用户体验到设计" sub="From User Experience to Design"></hager-h1> 113 <hager-h1 title="从用户体验到设计" sub="From User Experience to Design"></hager-h1>
113 - <div style="margin-top: 2rem; line-height: 1.75;"> 114 + <!-- <div style="margin-top: 2rem; line-height: 1.75;">
114 <p>海格电气仔细倾听客户的声音,以使我们的设计语言能够被普遍理解。为了提供更加国际化的产品组合,我们调研了不同国家的习俗、个人的不同愿望和客户关注点。客户的声音促成了符合人体工学的设计方案,确保来自海格电气的产品兼具优雅品味的外观设计与方便易用、以人为本的功能性。</p> 115 <p>海格电气仔细倾听客户的声音,以使我们的设计语言能够被普遍理解。为了提供更加国际化的产品组合,我们调研了不同国家的习俗、个人的不同愿望和客户关注点。客户的声音促成了符合人体工学的设计方案,确保来自海格电气的产品兼具优雅品味的外观设计与方便易用、以人为本的功能性。</p>
115 - </div> 116 + </div> -->
116 </div> 117 </div>
117 - </div> --> 118 + </div>
118 <div class="right-box xs"> 119 <div class="right-box xs">
119 <p class="title">“倾听客户的声音,打造一流设计”</p> 120 <p class="title">“倾听客户的声音,打造一流设计”</p>
120 <div> 121 <div>
...@@ -291,7 +292,7 @@ export default { ...@@ -291,7 +292,7 @@ export default {
291 } 292 }
292 293
293 .left-box { 294 .left-box {
294 - background-color: #E3F1F7; 295 + // background-color: #E3F1F7;
295 height: 25rem; 296 height: 25rem;
296 padding: 2rem; 297 padding: 2rem;
297 &.xs { 298 &.xs {
......
1 <!-- 1 <!--
2 * @Date: 2024-09-29 14:26:41 2 * @Date: 2024-09-29 14:26:41
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-11-01 17:50:42 4 + * @LastEditTime: 2024-11-01 18:18:00
5 * @FilePath: /hager/src/views/product/detail.vue 5 * @FilePath: /hager/src/views/product/detail.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
...@@ -177,7 +177,7 @@ export default { ...@@ -177,7 +177,7 @@ export default {
177 return `/product/index?id=${this.info.parent_id}&timestamp=${Date.now()}`; 177 return `/product/index?id=${this.info.parent_id}&timestamp=${Date.now()}`;
178 }, 178 },
179 categoryPath () { 179 categoryPath () {
180 - return `/product/index?id=${this.$route.query.category_id}&timestamp=${Date.now()}`; 180 + return `/product/index?id=${this.info.category_id}&timestamp=${Date.now()}`;
181 }, 181 },
182 }, 182 },
183 async mounted () { 183 async mounted () {
...@@ -421,8 +421,9 @@ export default { ...@@ -421,8 +421,9 @@ export default {
421 width: 100%; 421 width: 100%;
422 } 422 }
423 .item-content { 423 .item-content {
424 - display: flex; 424 + // display: flex;
425 - align-items: center; 425 + // align-items: center;
426 + display: inline;
426 line-height: 2; 427 line-height: 2;
427 .item-icon { 428 .item-icon {
428 color: @primary-color; 429 color: @primary-color;
...@@ -593,8 +594,8 @@ export default { ...@@ -593,8 +594,8 @@ export default {
593 } 594 }
594 } 595 }
595 596
596 - :deep(.el-breadcrumb__inner a:hover, .el-breadcrumb__inner.is-link:hover) { 597 + :deep(.el-breadcrumb__inner.is-link):hover {
597 - color: @primary-color; 598 + color: #F56400;
598 cursor: pointer; 599 cursor: pointer;
599 } 600 }
600 } 601 }
......