no message
This commit is contained in:
parent
5eff67f244
commit
5d582f25d9
@ -46,7 +46,7 @@ body {
|
||||
height: 60px;
|
||||
background-color: #7b8cd3;
|
||||
border-radius: 153px;
|
||||
position: fixed;
|
||||
position: sticky;
|
||||
bottom: 15px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
|
@ -56,7 +56,7 @@ body {
|
||||
height: 60px;
|
||||
background-color: rgba(123, 140, 211, 1);
|
||||
border-radius: 153px;
|
||||
position: fixed;
|
||||
position: sticky;
|
||||
bottom: 15px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
|
@ -262,7 +262,6 @@
|
||||
}
|
||||
.boxbox .body .right .list .item {
|
||||
width: fit-content;
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
text-align: center;
|
||||
background-color: #ffffff;
|
||||
|
@ -283,7 +283,7 @@
|
||||
|
||||
.item {
|
||||
width: fit-content;
|
||||
height: 36px;
|
||||
// height: 36px;
|
||||
line-height: 36px;
|
||||
text-align: center;
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
|
@ -199,7 +199,7 @@
|
||||
count.value = 0
|
||||
getList()
|
||||
}
|
||||
|
||||
|
||||
const selectKW = name => {
|
||||
kw.value = name
|
||||
if (!historyList.value.includes(kw.value)) historyList.value.unshift(kw.value)
|
||||
@ -255,7 +255,7 @@
|
||||
return { showList, count, kw, submit, pl, historyList, selectKW, handleClick, openMoreSelect, closeMoreSelectAll }
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
search.mount("#app")
|
||||
</script>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user