去除侧边的拖拽 解决抖动问题

This commit is contained in:
WangHao
2020-11-07 22:11:28 +08:00
parent 08045be83c
commit 1842016b47
4 changed files with 24 additions and 18 deletions

View File

@ -108,7 +108,7 @@
.bookmark-item {
display: flex;
height: 24px;
font-size: 13px;
/* font-size: 13px; */
overflow: hidden;
}
@ -141,6 +141,8 @@
-webkit-text-overflow: ellipsis;
overflow: hidden;
position: relative;
font-size: 1.05rem;
font-weight: 500;
}
.bookmark-time {
@ -149,7 +151,7 @@
margin-right: 10px;
}
.bookmark-description{
font-size: 10px;
font-size: 0.95rem;
overflow: hidden;
color: #b1b1b1;
text-overflow:ellipsis;
@ -162,7 +164,7 @@
}
.info {
font-size: 12px;
font-size: 0.95rem;
display: flex;
align-items: center;
}