main
wwl 2024-05-11 17:19:42 +08:00
parent d233857ce2
commit 405b215bf5
1 changed files with 10 additions and 1 deletions

View File

@ -30,8 +30,17 @@ const props = defineProps({
<div class="containers" v-html="content"></div>
</div>
</template>
<style>
.containers a {
line-break: anywhere;
}
</style>
<style scoped lang="less">
::deep(.containers) {
a {
line-break: anywhere;
}
}
.news-wrapper {
.title {
font-size: 22px;