feat: 调整清空搜索框按钮样式 调整fulldata样式

This commit is contained in:
ZiuChen 2022-09-04 14:06:58 +08:00
parent 4290f1b6ce
commit 11a3bc9f0d
3 changed files with 3 additions and 4 deletions

View File

@ -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;

View File

@ -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;

View File

@ -50,7 +50,6 @@ const updateShowList = (type) => {
: item // : item //
) )
.slice(0, GAP) // .slice(0, GAP) //
console.log(showList.value)
window.toTop() window.toTop()
} }