Commit 9fae6b7e by liuyingying

一冲动又想去学画画

parent 38f9670d
...@@ -224,6 +224,13 @@ ul:after{ ...@@ -224,6 +224,13 @@ ul:after{
margin: -10px 0 20px; margin: -10px 0 20px;
z-index: -999; z-index: -999;
} }
.li_small_text{
font-size: 14px;
color: grey;
line-height: 20px !important;
margin: -5px 0 20px;
z-index: -999;
}
.li_long{ .li_long{
width:100%; width:100%;
} }
......
...@@ -157,7 +157,7 @@ ...@@ -157,7 +157,7 @@
<li>{{ cve.bugType }}</li> <li>{{ cve.bugType }}</li>
<li class="li_right">{{ cve.datetime }}</li> <li class="li_right">{{ cve.datetime }}</li>
<li class="li_long">{{ cve.description }}</li> <li class="li_long small_text">{{ cve.description }}</li>
</ul> </ul>
{% endfor %} {% endfor %}
......
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