Commit 6a38b066 by liuyingying

修正积分详情页面内容错乱

parent 17c52334
...@@ -888,6 +888,6 @@ li svg{ ...@@ -888,6 +888,6 @@ li svg{
.list_head,.list_score_body,.list_records_body{ .list_head,.list_score_body,.list_records_body{
width:100%; width:100%;
height:45px; line-height: 20px;
line-height: 45px; font-size:12px;
} }
\ No newline at end of file
...@@ -38,8 +38,8 @@ ...@@ -38,8 +38,8 @@
{% for record in records %} {% for record in records %}
<ul class="list_records_body"> <ul class="list_records_body">
<li> {{ record.reason }} </li>
<li> {{ record.editDate }} </li> <li> {{ record.editDate }} </li>
<li> {{ record.reason }} </li>
<li> {{ record.score }} </li> <li> {{ record.score }} </li>
</ul> </ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment