mirror of
https://github.com/201206030/novel-front-web.git
synced 2025-04-26 23:40:51 +00:00
perf: 空白/换行符处理
This commit is contained in:
parent
f18746d8ff
commit
ef4bf6ed47
@ -36,7 +36,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
<div class="intro_txt">
|
||||
<p style="white-space:pre" v-html="book.bookDesc"></p>
|
||||
<p style="white-space:break-spaces" v-html="book.bookDesc"></p>
|
||||
<a class="icon_hide" href="javascript:void(0)" onclick=""
|
||||
><i></i>收起</a
|
||||
>
|
||||
|
@ -113,7 +113,7 @@
|
||||
<div
|
||||
id="showReading"
|
||||
class="readBox"
|
||||
style="font-size: 16px; font-family: microsoft yahei;white-space:pre"
|
||||
style="font-size: 16px; font-family: microsoft yahei;white-space:break-spaces"
|
||||
v-html="data.bookContent"
|
||||
></div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user