fix : 修复列表页面搜索框排版
This commit is contained in:
@@ -31,7 +31,8 @@
|
||||
</template>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="filterConfig.length % 4 == 0 ? 4 : 6" class="btn-col">
|
||||
<!-- class="btn-col"-->
|
||||
<el-col :span="filterConfig.length % 4 == 0 ? 4 : 6" :offset="1">
|
||||
<el-form-item>
|
||||
<el-button v-if="searchConfig.length>=4" link type="primary" @click="showMore = !showMore">
|
||||
{{ showMore ? '收起' : '展开' }}
|
||||
|
||||
Reference in New Issue
Block a user