修复了一下表格的问题
This commit is contained in:
parent
67c93c4b68
commit
1816dd3f69
|
|
@ -2,63 +2,61 @@ body {
|
||||||
padding: 50px;
|
padding: 50px;
|
||||||
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
|
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
.bookmark{
|
.bookmark {
|
||||||
white-space:nowrap;
|
white-space: nowrap;
|
||||||
text-overflow:ellipsis;
|
text-overflow: ellipsis;
|
||||||
-o-text-overflow:ellipsis;
|
-o-text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
color:#212121;
|
color: #212121;
|
||||||
border:1px solid transparent;
|
border: 1px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bookmarkNormalHover {
|
.bookmarkNormalHover {
|
||||||
white-space:nowrap;
|
white-space: nowrap;
|
||||||
text-overflow:ellipsis;
|
text-overflow: ellipsis;
|
||||||
-o-text-overflow:ellipsis;
|
-o-text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
color:#212121;
|
color: #212121;
|
||||||
|
background: #F5F5F5;
|
||||||
background:#F5F5F5;
|
cursor: pointer;
|
||||||
cursor:pointer;
|
border: 1px solid transparent;
|
||||||
border:1px solid transparent;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bookmarkOperaterHover {
|
.bookmarkOperaterHover {
|
||||||
cursor:pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bookmarkEditHover {
|
.bookmarkEditHover {
|
||||||
white-space:nowrap;
|
white-space: nowrap;
|
||||||
text-overflow:ellipsis;
|
text-overflow: ellipsis;
|
||||||
-o-text-overflow:ellipsis;
|
-o-text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
color:#212121;
|
color: #212121;
|
||||||
|
cursor: move;
|
||||||
cursor:move;
|
border: 1px dashed #3388FF;
|
||||||
border:1px dashed #3388FF;
|
|
||||||
}
|
}
|
||||||
|
.img-fixed-size {
|
||||||
.img-fixed-size{
|
width: 16px;
|
||||||
width:16px;
|
height: 16px;
|
||||||
height:16px;
|
|
||||||
}
|
}
|
||||||
|
td {
|
||||||
|
text-overflow: ellipsis;
|
||||||
.wrap{
|
white-space: nowrap;
|
||||||
white-space:nowrap;
|
|
||||||
text-overflow:ellipsis;
|
|
||||||
-o-text-overflow:ellipsis;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.js-navigate-bookmark a{
|
table {
|
||||||
color:#212121;
|
table-layout: fixed;
|
||||||
|
}
|
||||||
|
.wrap {
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
-o-text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
.js-navigate-bookmark a {
|
||||||
|
color: #212121;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.menu .selected.item {
|
.ui.menu .selected.item {
|
||||||
background: rgba(1, 1, 1, 0.05);
|
background: rgba(1, 1, 1, 0.05);
|
||||||
}
|
}
|
||||||
|
img.operator {
|
||||||
img.operator{
|
width: 16px;
|
||||||
width:16px;
|
height: 16px
|
||||||
height:16px
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -94,11 +94,11 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th>标题</th>
|
<th>标题</th>
|
||||||
<th>链接</th>
|
<th>链接</th>
|
||||||
<th>点击次数</th>
|
<th style="width:90px;">点击次数</th>
|
||||||
<th>创建日期</th>
|
<th style="width:100px;">创建日期</th>
|
||||||
<th>最后点击日期</th>
|
<th style="width:100px;">最后点击</th>
|
||||||
<th>分类</th>
|
<th>分类</th>
|
||||||
<th>操作</th>
|
<th style="width:105px;">操作</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue