fix bug
parent
d233857ce2
commit
405b215bf5
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue