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