Commit f18c678a by 侯昆

两个字去掉箭头

1 parent f441d09d
......@@ -340,13 +340,17 @@
<div class="single-word">
<div class="word-body">
<div class="word-title">
<c:if test="${word.word.length() eq 1}">
<a class="word-title-pager prev js-jump-page" href="/word/detail/${word.id}">语词
<span class="icon icon-word-prev"></span>
</a>
</c:if>
<h1 class="word-title-inner">${word.word}</h1>
<c:if test="${word.word.length() eq 1}">
<a class="word-title-pager next active">百科
<span class="icon icon-word-next"></span>
</a>
</c:if>
</div>
</div>
<div class="word-footer">
......
This diff could not be displayed because it is too large.
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!