案例调整

This commit is contained in:
lmj
2022-06-06 18:27:26 +08:00
parent 596af21fa8
commit 5db7a90ee4

View File

@@ -365,7 +365,7 @@ export default {
this.showAll = !this.showAll;
var searchBoxHeght = document.getElementById("searchBox");
if (this.showAll == false) {
searchBoxHeght.style.height = 60 + "px";
searchBoxHeght.style.height = 70 + "px";
} else {
searchBoxHeght.style.height = "auto";
}
@@ -564,7 +564,7 @@ export default {
<style scoped lang="scss">
.searBox{
text-align: center;
margin: 10px auto 0 auto;
margin: 0px auto 0 auto;
}
#searchBox {
overflow: hidden;