Skip to content

Commit

Permalink
feat: searchForm新增类名
Browse files Browse the repository at this point in the history
  • Loading branch information
pengxuemei committed Jul 10, 2020
1 parent 1aa1e0e commit d3b6813
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/el-data-table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
:content="_searchForm"
inline
@submit.native.prevent
class="search-form-container"
>
<slot
v-for="slot in searchLocatedSlotKeys"
Expand All @@ -37,7 +38,7 @@
</el-form-renderer>

<el-form v-if="hasHeader">
<el-form-item>
<el-form-item class="header-button-container">
<el-button
v-if="hasNew"
type="primary"
Expand Down

0 comments on commit d3b6813

Please sign in to comment.