hookehuyr

fix

1 <!-- 1 <!--
2 * @Date: 2024-10-18 09:31:05 2 * @Date: 2024-10-18 09:31:05
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-12-10 16:12:30 4 + * @LastEditTime: 2024-12-13 15:34:46
5 * @FilePath: /hager/src/views/contact.vue 5 * @FilePath: /hager/src/views/contact.vue
6 * @Description: 联系我们 6 * @Description: 联系我们
7 --> 7 -->
...@@ -174,6 +174,7 @@ export default { ...@@ -174,6 +174,7 @@ export default {
174 } 174 }
175 .inner { 175 .inner {
176 text-align: center; 176 text-align: center;
177 + text-wrap: nowrap;
177 &.xs { 178 &.xs {
178 text-align: center; 179 text-align: center;
179 } 180 }
......