yxk-20260812

5个页面的查询区域样式优化
This commit is contained in:
ye1023
2026-08-12 20:46:51 +08:00
parent ddccff0dee
commit 07335a2039
4 changed files with 43 additions and 37 deletions
+9 -7
View File
@@ -36,11 +36,13 @@
<a-tooltip title="按协办部门筛选"><sz-select-dept placeholder="请选择协办部门" v-model:value="selectedAssistDept" :checkable="false" checkStrictly allow-clear @change="handleAssistDeptChange" /></a-tooltip>
</a-form-item>
</a-col>
<a-col :xl="4" :lg="6" :md="8" :sm="12">
<span class="table-page-search-submitButtons">
<a-col :xl="6" :lg="6" :md="8" :sm="12">
<div class="table-page-search-submitButtons">
<a-button type="primary" preIcon="ant-design:search-outlined" @click="searchQuery">查询</a-button>
<a-button preIcon="ant-design:reload-outlined" style="margin-left: 8px" @click="searchReset">重置</a-button>
</span>
<a-button preIcon="ant-design:reload-outlined" @click="searchReset">重置</a-button>
<!-- 高级查询 -->
<super-query :config="superQueryConfig" @search="handleSuperQuery" />
</div>
</a-col>
</a-row>
</a-form>
@@ -67,8 +69,6 @@
<Icon icon="mdi:chevron-down"></Icon>
</a-button>
</a-dropdown>
<!-- 高级查询 -->
<super-query :config="superQueryConfig" @search="handleSuperQuery" />
<a-space style="float: right; font-size: 14px; font-weight: bold">
<a-tag color="warning" style="color: #8c6900">未开始 {{ statsData.notStarted }}</a-tag>
<a-tag color="error">督办中 {{ statsData.inProgress }}已逾期 {{ statsData.overdue }}</a-tag>
@@ -754,7 +754,9 @@
.jeecg-basic-table-form-container {
padding: 0;
.table-page-search-submitButtons {
display: block;
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 24px;
white-space: nowrap;
}