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