Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
polysoft-nafmii
/
polysoft-h5
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit f34f0e5e
authored
May 20, 2021
by
amateur
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改首页搜索
1 parent
7deb144d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
src/views/home/index.vue
src/views/home/index.vue
View file @
f34f0e5
...
...
@@ -2,7 +2,8 @@
<div
class=
"home nafmii-head-bg1"
>
<nafm-header
:leftArrow=
"false"
navClass=
"nafmii-head-bg1"
>
<div
class=
"head-custom-container"
>
<SearchFirst
:placeholder=
"$t('home.searchPlaceholder')"
@
jumpPage=
"handleSearch"
/>
<SearchInput
:placeholder=
"$t('home.searchPlaceholder')"
:readonly=
"true"
@
click=
"handleSearch"
/>
<div
class=
"head-message-box"
>
<img
src=
"@/assets/icon/message.png"
alt=
""
>
</div>
...
...
@@ -16,13 +17,13 @@
</div>
</
template
>
<
script
>
import
Search
First
from
'@/components/SearchFirs
t'
import
Search
Input
from
'@/components/SearchInpu
t'
import
HomeBanner
from
'./components/HomeBanner'
import
MenuModule
from
'./components/MenuModule'
import
DataModule
from
'./components/DataModule'
export
default
{
name
:
"Home"
,
components
:
{
HomeBanner
,
MenuModule
,
DataModule
,
Search
Firs
t
},
components
:
{
HomeBanner
,
MenuModule
,
DataModule
,
Search
Inpu
t
},
data
()
{
console
.
log
();
return
{
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment