修改用户修改功能

parent 3a198b14
......@@ -10,7 +10,7 @@
<script type="text/javascript" src="/js/common.js"></script>
<style>
.img-icon{width:120px;}
.list-img li{float: left;text-align: center;width:15%;cursor: pointer;}
.list-img li{float: left;text-align: center;width:15%;}
.list-img li a:hover{color:#fff;}
</style>
<!-- 引入公共页面-->
......@@ -32,7 +32,7 @@
<li>
<p><img src="images/img.png" class="img-icon"/></p>
<p>文件名:<span>${document.name}</span></p>
<a href="/download?fileName=${document.name}">点击下载</a>
<a href="/download?fileName=${document.name}" style="color:#00126b">点击下载</a>
</li>
</c:forEach>
</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