样式调整

This commit is contained in:
2026-08-23 21:43:03 +08:00
parent 71257bdce0
commit 43f1aab297
16 changed files with 115 additions and 222 deletions
@@ -4,14 +4,14 @@
<!-- ==================== 1. 查询条件区域 ==================== -->
<el-card shadow="never" class="search-card">
<el-form :model="searchForm" label-width="80px" class="search-form">
<el-row :gutter="24">
<el-col :span="12">
<el-form :model="searchForm" label-width="40px" class="search-form">
<el-row :gutter="6">
<el-col :span="4">
<el-form-item label="名称">
<el-input v-model="searchForm.mc" placeholder="请输入名称" clearable @keyup.enter.native="handleQuery" />
</el-form-item>
</el-col>
<el-col :span="12">
<el-col :span="2">
<div class="search-actions">
<el-button type="primary" @click="handleQuery">查询</el-button>
</div>