fix bug
parent
d233857ce2
commit
405b215bf5
|
|
@ -30,8 +30,17 @@ const props = defineProps({
|
||||||
<div class="containers" v-html="content"></div>
|
<div class="containers" v-html="content"></div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
<style>
|
||||||
|
.containers a {
|
||||||
|
line-break: anywhere;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<style scoped lang="less">
|
<style scoped lang="less">
|
||||||
|
::deep(.containers) {
|
||||||
|
a {
|
||||||
|
line-break: anywhere;
|
||||||
|
}
|
||||||
|
}
|
||||||
.news-wrapper {
|
.news-wrapper {
|
||||||
.title {
|
.title {
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue