浏览代码

UU助手后台软文发布系统留言管理页面的调整。

hangb 8 年之前
父节点
当前提交
a43cb8d171
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      jpress-web-admin/src/main/webapp/WEB-INF/admin/comment/uuHelperCommentList.html

+ 6 - 6
jpress-web-admin/src/main/webapp/WEB-INF/admin/comment/uuHelperCommentList.html

@@ -14,7 +14,6 @@
     .bodyUas .messageContent{
         overflow: hidden;
         width: 300px;
-        border-bottom: 1px solid #d9d2de;
         padding-left: 30px;
     }
     .bodyUas .messageContent .leftImg{
@@ -75,6 +74,7 @@
     .box-content .box-message .table tbody.bodyUas tr td{
         vertical-align: middle;
         height: 70px;
+        border-bottom: 1px solid #eceaea;
     }
     .content-wrapper{
         background-color: #fff!important;
@@ -94,11 +94,11 @@
                 <table class="table table-striped" style="word-break:break-all">
                     <thead>
                     <tr>
-                        <th width="450" style="padding-left: 40px;">留言</th>
-                        <th width="330">文章标题</th>
-                        <th width="260">时间</th>
-                        <th width="230">是否显示</th>
-                        <th width="200">操作</th>
+                        <th width="200" style="padding-left: 40px;">留言</th>
+                        <th width="500">文章标题</th>
+                        <th width="200">时间</th>
+                        <th width="100">是否显示</th>
+                        <th width="120">操作</th>
                     </tr>
                     </thead>
                     <tbody class="bodyUas">