Skip to content

Commit

Permalink
💄 更新 lov 搜索组件样式
Browse files Browse the repository at this point in the history
  • Loading branch information
lingting authored and Hccake committed Apr 2, 2021
1 parent a0bcf1d commit 638dc13
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/Lov/Lov.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,13 @@
<div v-if="search" class="table-page-search-wrapper" style="text-align: left">
<a-form layout="inline">
<a-row :gutter="12">
<a-col v-for="item in searchList" :key="item.id" :span="6">
<a-col
v-for="item in searchList"
:key="item.id"
:span="6"
:md="8"
:sm="24"
>
<a-form-item :label="item.label">
<a-input
v-if="item.tag==='INPUT_TEXT'"
Expand Down

0 comments on commit 638dc13

Please sign in to comment.