refactor(ui): 优化搜索栏组件的样式和布局

-移除了 AiPullDown 组件的绝对定位样式
- 调整了 AiSearchBar 组件的网格布局和样式
- 优化了展开和收缩功能的实现方式
- 修复了一些潜在的样式冲突和显示问题
This commit is contained in:
aixianling
2024-12-30 10:29:07 +08:00
parent 908e65f136
commit 3585cceca8
2 changed files with 17 additions and 32 deletions

View File

@@ -50,11 +50,6 @@ export default {
<style lang="scss" scoped>
.AiPullDown {
display: flex;
position: absolute;
left: 0;
right: 0;
bottom: 24px;
transform: translateY(100%);
background-color: #fff;
.line {