perf: 走查问题调整,修改sidebar结构
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
<template>
|
||||
<div class="agent-wrap relative h-full">
|
||||
<div class="agent-wrap relative h-full pl-16px">
|
||||
<a-input
|
||||
v-model="query.name"
|
||||
@press-enter="getData()"
|
||||
placeholder="搜索智能体"
|
||||
size="large"
|
||||
allow-clear
|
||||
class="absolute right-0 top--10px !w-400px"
|
||||
class="absolute right-0 top-4px !w-400px"
|
||||
>
|
||||
<template #prefix>
|
||||
<icon-search @click="getData()" />
|
||||
|
||||
Reference in New Issue
Block a user