高级查询面板样式调整

This commit is contained in:
qiuyuan 2025-11-07 14:13:50 +08:00
parent 210e5a8a54
commit 3beada58fe
4 changed files with 7 additions and 7 deletions

View File

@ -45,7 +45,7 @@
<a-collapse v-model:activeKey="advancedSearchVisible" ghost > <a-collapse v-model:activeKey="advancedSearchVisible" ghost >
<a-collapse-panel key="1" :showArrow="false" style="padding: 0; border: none;"> <a-collapse-panel key="1" :showArrow="false" style="padding: 0; border: none;">
<template #header></template> <template #header></template>
<a-row :gutter="gutter" style="margin-top: 16px;"> <a-row :gutter="gutter" style="margin-top: -20px;">
<a-col v-bind="colSpan"> <a-col v-bind="colSpan">
<a-form-item label="工单号" name="workOrderNo"> <a-form-item label="工单号" name="workOrderNo">
<a-input v-model:value="searchFormData.workOrderNo" placeholder="请输入工单号" /> <a-input v-model:value="searchFormData.workOrderNo" placeholder="请输入工单号" />

View File

@ -37,7 +37,7 @@
<a-collapse v-model:activeKey="advancedSearchVisible" ghost> <a-collapse v-model:activeKey="advancedSearchVisible" ghost>
<a-collapse-panel key="1" :showArrow="false" style="padding: 0; border: none;"> <a-collapse-panel key="1" :showArrow="false" style="padding: 0; border: none;">
<template #header></template> <template #header></template>
<a-row :gutter="gutter" style="margin-top: 16px;"> <a-row :gutter="gutter">
<a-form-item label="回访时间" name="plannedDate" style="white-space: nowrap;"> <a-form-item label="回访时间" name="plannedDate" style="white-space: nowrap;">
<a-range-picker v-model:value="searchFormData.plannedDate" style="width: 220px;" /> <a-range-picker v-model:value="searchFormData.plannedDate" style="width: 220px;" />

View File

@ -30,7 +30,7 @@
<a-collapse v-model:activeKey="advancedSearchVisible" ghost> <a-collapse v-model:activeKey="advancedSearchVisible" ghost>
<a-collapse-panel key="1" :showArrow="false" style="padding: 0; border: none;"> <a-collapse-panel key="1" :showArrow="false" style="padding: 0; border: none;">
<template #header></template> <template #header></template>
<a-row :gutter="gutter" style="margin-top: 16px;"> <a-row :gutter="gutter" style="margin-top: -20px;">
<a-col v-bind="colSpan"> <a-col v-bind="colSpan">
<a-form-item label="实际服务日期" name="plannedDate"> <a-form-item label="实际服务日期" name="plannedDate">
<a-range-picker v-model:value="searchFormData.plannedDate" /> <a-range-picker v-model:value="searchFormData.plannedDate" />
@ -38,7 +38,7 @@
</a-col> </a-col>
<a-col v-bind="colSpan"> <a-col v-bind="colSpan">
<a-form-item label="实际服务时长(小时)" name="serviceDuration" style="white-space: nowrap;"> <a-form-item label="实际服务(小时)" name="serviceDuration" style="white-space: nowrap;">
<a-input-number v-model:value="searchFormData.serviceDuration" :min="0" <a-input-number v-model:value="searchFormData.serviceDuration" :min="0"
placeholder="请输入时长" style="width: 100%" /> placeholder="请输入时长" style="width: 100%" />
</a-form-item> </a-form-item>
@ -102,7 +102,7 @@
</a-collapse> </a-collapse>
<!-- 操作按钮 --> <!-- 操作按钮 -->
<a-row :gutter="gutter" style="margin-top: 16px;"> <a-row :gutter="gutter">
<a-col :span="24" style="text-align: right;"> <a-col :span="24" style="text-align: right;">
<a-space> <a-space>
<a-button @click="handleResetSearch">{{ $t('button.reset') }}</a-button> <a-button @click="handleResetSearch">{{ $t('button.reset') }}</a-button>

View File

@ -30,7 +30,7 @@
<a-collapse v-model:activeKey="advancedSearchVisible" ghost> <a-collapse v-model:activeKey="advancedSearchVisible" ghost>
<a-collapse-panel key="1" :showArrow="false" style="padding: 0; border: none;"> <a-collapse-panel key="1" :showArrow="false" style="padding: 0; border: none;">
<template #header></template> <template #header></template>
<a-row :gutter="gutter" style="margin-top: 16px;"> <a-row :gutter="gutter">
<a-col v-bind="colSpan"> <a-col v-bind="colSpan">
<a-form-item label="实际服务日期" name="plannedDate"> <a-form-item label="实际服务日期" name="plannedDate">
<a-range-picker v-model:value="searchFormData.plannedDate" /> <a-range-picker v-model:value="searchFormData.plannedDate" />