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