mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 20:36:43 +08:00
案例调整
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user