feat:列表操作按钮靠右展示
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<template>
|
||||
<div class="flex">
|
||||
<a-form ref="formRef" :model="ruleForm" class="search-layout">
|
||||
<div style="display: flex">
|
||||
<a-form-item style="min-width: 150px; margin-right: 16px">
|
||||
@@ -142,15 +143,20 @@
|
||||
<!-- />-->
|
||||
<!-- </a-form-item>-->
|
||||
<!-- </div>-->
|
||||
|
||||
</a-form>
|
||||
<div style="display: flex">
|
||||
<a-form-item class="button">
|
||||
<a-button style="margin-right: 16px" ghost type="primary" @click="onSubmit">查询</a-button>
|
||||
<a-button style="margin-right: 16px" ghost type="primary" @click="cancel">重置</a-button>
|
||||
<a-button style="margin-right: 16px" ghost type="primary" @click="filter">更多筛选</a-button>
|
||||
<a-button ghost type="primary" @click="configVisible = true">列表配置</a-button>
|
||||
<a-button ghost type="primary"
|
||||
class="download-btn share-button" @click="configVisible = true">列表配置</a-button>
|
||||
</a-form-item>
|
||||
</div>
|
||||
</a-form>
|
||||
</div>
|
||||
|
||||
|
||||
<a-modal v-model:visible="visible" title="筛选" :footer="null">
|
||||
<ScreenBox :info="ruleForm" @cancel="visible = false" @update="update" />
|
||||
</a-modal>
|
||||
|
||||
Reference in New Issue
Block a user