|
|
@@ -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">
|