Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mt-education-mobile
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王旭
mt-education-mobile
Commits
b52be05b
Commit
b52be05b
authored
Feb 24, 2020
by
yun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改首页问题
parent
b350c58f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
index.vue
src/components/Search/index.vue
+7
-2
No files found.
src/components/Search/index.vue
View file @
b52be05b
<
template
>
<div
class=
"search-box
"
>
<div
:class=
"hackReset?'search-box':'search-box-none'
"
>
<form
action=
"/"
>
<van-search
id=
"searchInputP"
...
...
@@ -420,7 +420,7 @@ export default {
}
},
mounted
()
{
console
.
log
(
'2.24确实修改了'
)
}
}
</
script
>
...
...
@@ -445,9 +445,14 @@ export default {
line-height:48px;
}
}
.search-box-none{
height: 0px;
}
.search-box{
height: calc(100vh - @nav-bar-height);
background: #ffffff;
}
.search-box,.search-box-none{
.van-search{
width: 100%;
height: 50px;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment