给各个页面的查询输入框调整样式

This commit is contained in:
jishenghua
2025-03-17 21:58:04 +08:00
parent 0469b178d5
commit 0225c9d1f2
35 changed files with 175 additions and 105 deletions

View File

@@ -44,7 +44,9 @@
{{firstTotal}} {{lastTotal}}
</a-form-item>
</a-col>
<template v-if="toggleSearchStatus">
</a-row>
<template v-if="toggleSearchStatus">
<a-row :gutter="24">
<a-col :md="6" :sm="24">
<a-form-item label="欠款情况" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-select v-model="queryParam.hasDebt">
@@ -53,8 +55,8 @@
</a-select>
</a-form-item>
</a-col>
</template>
</a-row>
</a-row>
</template>
</a-form>
</div>
<!-- table区域-begin -->