Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
temple_material_request
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-08-06 09:51:34 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
13972b519c0bbb3ac8e032c4ea42e8f8ff580e96
13972b51
1 parent
55ad5e9e
fix 添加更多-搜索框,增加清空已填信息的功能
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/chooseMaterial/index.vue
src/components/chooseMaterial/index.vue
View file @
13972b5
<!--
* @Date: 2024-07-23 16:24:08
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-0
7-26 17:03:1
2
* @LastEditTime: 2024-0
8-06 09:51:0
2
* @FilePath: /temple_material_request/src/components/chooseMaterial/index.vue
* @Description: 选择物资组件
-->
...
...
@@ -20,7 +20,7 @@
<van-row gutter="10" justify="center" align="center">
<van-col span="24">
<div style="background-color: #FBF9F1; display: flex; border-radius: 5rem; padding: 0 1rem; align-items: center; justify-content: center;">
<van-icon name="search" /><van-field v-model="search_value" @blur="onBlur" label="" placeholder="搜索物资名称/规格" style="background-color: #FBF9F1;" />
<van-icon name="search" /><van-field v-model="search_value" @blur="onBlur" label=""
clearable
placeholder="搜索物资名称/规格" style="background-color: #FBF9F1;" />
</div>
</van-col>
</van-row>
...
...
Please
register
or
login
to post a comment