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-10-30 11:27:36 4 + * @LastEditTime: 2024-11-04 16:05:44
5 * @FilePath: /hager/src/views/concat.vue 5 * @FilePath: /hager/src/views/concat.vue
6 * @Description: 联系我们 6 * @Description: 联系我们
7 --> 7 -->
...@@ -747,6 +747,7 @@ export default { ...@@ -747,6 +747,7 @@ export default {
747 font-weight: bold; 747 font-weight: bold;
748 .inner { 748 .inner {
749 padding-left: 1.5rem; 749 padding-left: 1.5rem;
750 + display: block;
750 &.xs { 751 &.xs {
751 padding-left: 0.5rem; 752 padding-left: 0.5rem;
752 } 753 }
......