mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-06-07 22:04:06 +08:00
feat: 调整清空搜索框按钮样式 调整fulldata样式
This commit is contained in:
parent
4290f1b6ce
commit
11a3bc9f0d
@ -3,7 +3,7 @@
|
||||
position: fixed;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
width: 60%;
|
||||
width: 70%;
|
||||
color: @text-color;
|
||||
background: @bg-color;
|
||||
padding: 0px 20px 0px 20px;
|
||||
|
@ -19,7 +19,7 @@
|
||||
}
|
||||
.clip-search-suffix {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
right: 20px;
|
||||
top: 18px;
|
||||
font-size: 13px;
|
||||
@ -27,7 +27,7 @@
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background-color: @nav-bg-color;
|
||||
border-radius: 20px;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
background-color: @nav-hover-bg-color;
|
||||
|
@ -50,7 +50,6 @@ const updateShowList = (type) => {
|
||||
: item // 无过滤词 返回全部
|
||||
)
|
||||
.slice(0, GAP) // 重新切分懒加载列表
|
||||
console.log(showList.value)
|
||||
window.toTop()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user