案例调整

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