refactor(ui): 优化搜索栏组件的样式和布局
-移除了 AiPullDown 组件的绝对定位样式 - 调整了 AiSearchBar 组件的网格布局和样式 - 优化了展开和收缩功能的实现方式 - 修复了一些潜在的样式冲突和显示问题
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user