mirror of
https://github.com/201206030/novel-plus.git
synced 2025-04-26 17:20:52 +00:00
perf(mobile): 内容页优化
去掉小说内容前面的多余空格
This commit is contained in:
parent
e7005004bb
commit
0d6e0ffb06
@ -241,7 +241,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="chaptercontent" class="Readarea ReadAjax_content screen_container"
|
<div id="chaptercontent" class="Readarea ReadAjax_content screen_container"
|
||||||
style="color: rgb(0, 0, 0); font-size: 20px;" th:if="${!needBuy}">
|
style="color: rgb(0, 0, 0); font-size: 20px;" th:if="${!needBuy}">
|
||||||
<p style="width:100%;text-alight:center; overflow: auto;-webkit-overflow-scrolling:touch;">
|
<p style="width:100%;text-alight:center; overflow: auto;-webkit-overflow-scrolling:touch;">
|
||||||
<span
|
<span
|
||||||
th:utext="${bookContent.content}"></span></p>
|
th:utext="${bookContent.content}"></span></p>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user