Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
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
qinjianhui
factory_front
Commits
59a091fa
Commit
59a091fa
authored
Jul 05, 2025
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
e75dfe4b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
10 deletions
+14
-10
src/components/SearchForm.tsx
+14
-10
No files found.
src/components/SearchForm.tsx
View file @
59a091fa
...
...
@@ -198,15 +198,6 @@ export default defineComponent({
</
div
>
)
}
<
div
style=
{
{
display
:
'flex'
,
alignItems
:
'center'
}
}
>
{
props
.
isSearchBtn
&&
(
<
ElButton
class=
"btn"
type=
"primary"
onClick=
{
()
=>
emit
(
'search'
,
searchForm
.
value
)
}
>
查询
</
ElButton
>
)
}
{
props
.
isResetBtn
&&
(
<
ElButton
class=
"btn"
...
...
@@ -215,10 +206,23 @@ export default defineComponent({
// emit('update:modelValue',
{})
emit
(
'reset'
)
}
}
link
>
重置
<
span
title=
"重置查询条件"
style=
{
{
fontSize
:
'12px'
}
}
>
重置
</
span
>
</
ElButton
>
)
}
{
props
.
isSearchBtn
&&
(
<
ElButton
class=
"btn"
type=
"primary"
onClick=
{
()
=>
emit
(
'search'
,
searchForm
.
value
)
}
>
查询
</
ElButton
>
)
}
{
props
.
isAddBtn
&&
(
<
ElButton
class=
"btn"
type=
"success"
onClick=
{
()
=>
emit
(
'add'
)
}
>
新增
...
...
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