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