Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
ty_patentSys
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hanxiao
ty_patentSys
Commits
d3d79dc9
Commit
d3d79dc9
authored
Aug 24, 2023
by
hanxiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改input框的输入提示
parent
a76be23f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
src/views/company/index.vue
+2
-1
src/views/home/home.vue
+2
-2
src/views/patent/index.vue
+2
-1
No files found.
src/views/company/index.vue
View file @
d3d79dc9
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
<a-input
<a-input
v-model:value=
"keyword"
v-model:value=
"keyword"
:bordered=
"false"
:bordered=
"false"
placeholder=
"请输入企业名称、法定代表人等关键词"
allowClear
allowClear
@
input=
"onInput"
@
input=
"onInput"
@
blur=
"onBlur"
@
blur=
"onBlur"
...
@@ -692,7 +693,7 @@ export default {
...
@@ -692,7 +693,7 @@ export default {
.header_con
{
.header_con
{
position
:
absolute
;
position
:
absolute
;
top
:
0
;
top
:
0
;
left
:
3
0
%
;
left
:
3
5
%
;
//
padding
:
0
10px
30px
;
//
padding
:
0
10px
30px
;
width
:
700px
;
width
:
700px
;
height
:
50px
;
height
:
50px
;
...
...
src/views/home/home.vue
View file @
d3d79dc9
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<div
class=
"search"
v-if=
"tab_id == 1"
>
<div
class=
"search"
v-if=
"tab_id == 1"
>
<a-input-search
<a-input-search
v-model:value=
"searchValue"
v-model:value=
"searchValue"
placeholder=
"请输入关键词"
placeholder=
"请输入
专利标题、专利号、发明人等
关键词"
@
search=
"onSearch"
@
search=
"onSearch"
@
input=
"onInput(tab_id)"
@
input=
"onInput(tab_id)"
@
blur=
"onBlur"
@
blur=
"onBlur"
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
<div
class=
"search"
v-else
>
<div
class=
"search"
v-else
>
<a-input-search
<a-input-search
v-model:value=
"searchValue"
v-model:value=
"searchValue"
placeholder=
"请输入关键词"
placeholder=
"请输入
企业名称、法定代表人等
关键词"
@
search=
"onSearch"
@
search=
"onSearch"
@
input=
"onInput(tab_id)"
@
input=
"onInput(tab_id)"
@
blur=
"onBlur"
@
blur=
"onBlur"
...
...
src/views/patent/index.vue
View file @
d3d79dc9
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
<a-input
<a-input
v-model:value=
"keyword"
v-model:value=
"keyword"
:bordered=
"false"
:bordered=
"false"
placeholder=
"请输入专利标题、专利号、发明人等关键词"
allowClear
allowClear
@
input=
"onInput"
@
input=
"onInput"
@
focus=
"onFocus"
@
focus=
"onFocus"
...
@@ -470,7 +471,7 @@ export default {
...
@@ -470,7 +471,7 @@ export default {
box-sizing
:
border-box
;
box-sizing
:
border-box
;
position
:
absolute
;
position
:
absolute
;
top
:
0
;
top
:
0
;
left
:
3
0
%
;
left
:
3
5
%
;
//
padding
:
0
10px
30px
;
//
padding
:
0
10px
30px
;
width
:
700px
;
width
:
700px
;
height
:
50px
;
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