Browse Source

feat: 活动标题换行处理

ShangHai_LongXiang
jiannibang 2 years ago
parent
commit
67d55339d1
  1. 2
      src/components/CarouselWithIntro/CarouselWithIntro.vue

2
src/components/CarouselWithIntro/CarouselWithIntro.vue

@ -97,6 +97,7 @@ const qr = computed(() => props.data.qrcode ?? [])
.title { .title {
padding-top: 32px; padding-top: 32px;
padding-left: 68px; padding-left: 68px;
padding-right: 68px;
font-weight: 700; font-weight: 700;
font-size: 28px; font-size: 28px;
line-height: 150%; line-height: 150%;
@ -132,6 +133,7 @@ const qr = computed(() => props.data.qrcode ?? [])
} }
.title { .title {
padding-top: 0; padding-top: 0;
padding-right: 62px;
} }
} }
</style> </style>

Loading…
Cancel
Save