chore: 搜索的样式
This commit is contained in:
parent
3bebdfda77
commit
a873c74a7c
@ -172,9 +172,11 @@ function handleFinish(userList: User[]) {
|
|||||||
v-model:open="popoverOpen"
|
v-model:open="popoverOpen"
|
||||||
:get-popup-container="getPopupContainer"
|
:get-popup-container="getPopupContainer"
|
||||||
placement="rightTop"
|
placement="rightTop"
|
||||||
title="搜索"
|
|
||||||
trigger="click"
|
trigger="click"
|
||||||
>
|
>
|
||||||
|
<template #title>
|
||||||
|
<div class="w-full border-b pb-[12px] text-[16px]">搜索</div>
|
||||||
|
</template>
|
||||||
<template #content>
|
<template #content>
|
||||||
<Form
|
<Form
|
||||||
:colon="false"
|
:colon="false"
|
||||||
@ -182,7 +184,6 @@ function handleFinish(userList: User[]) {
|
|||||||
:model="formData"
|
:model="formData"
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
class="w-[270px]"
|
class="w-[270px]"
|
||||||
layout="vertical"
|
|
||||||
@finish="() => reload(false)"
|
@finish="() => reload(false)"
|
||||||
>
|
>
|
||||||
<FormItem label="申请人">
|
<FormItem label="申请人">
|
||||||
|
Loading…
Reference in New Issue
Block a user