修复了一下表格的问题

This commit is contained in:
luchenqun 2016-11-13 22:21:38 +08:00
parent 67c93c4b68
commit 1816dd3f69
2 changed files with 44 additions and 46 deletions

View File

@ -10,40 +10,40 @@ body {
color: #212121;
border: 1px solid transparent;
}
.bookmarkNormalHover {
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden;
color: #212121;
background: #F5F5F5;
cursor: pointer;
border: 1px solid transparent;
}
.bookmarkOperaterHover {
cursor: pointer;
}
.bookmarkEditHover {
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden;
color: #212121;
cursor: move;
border: 1px dashed #3388FF;
}
.img-fixed-size {
width: 16px;
height: 16px;
}
td {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
table {
table-layout: fixed;
}
.wrap {
white-space: nowrap;
text-overflow: ellipsis;
@ -53,11 +53,9 @@ body {
.js-navigate-bookmark a {
color: #212121;
}
.ui.menu .selected.item {
background: rgba(1, 1, 1, 0.05);
}
img.operator {
width: 16px;
height: 16px

View File

@ -94,11 +94,11 @@
<tr>
<th>标题</th>
<th>链接</th>
<th>点击次数</th>
<th>创建日期</th>
<th>最后点击日期</th>
<th style="width:90px;">点击次数</th>
<th style="width:100px;">创建日期</th>
<th style="width:100px;">最后点击</th>
<th>分类</th>
<th>操作</th>
<th style="width:105px;">操作</th>
</tr>
</thead>
<tbody>