feat(ui): 重构高级搜索组件并优化布局

- 重构 AiPullDown 组件,使用 v-model 实现双向绑定
- 优化 AiSearchBar 组件样式和布局
- 调整 AiPage 组件中的滚动条样式
This commit is contained in:
aixianling
2024-12-24 17:08:43 +08:00
parent ae83152271
commit 225c0088e1
3 changed files with 50 additions and 29 deletions

View File

@@ -48,6 +48,12 @@ export default {
height: 100%;
:deep(.el-scrollbar__wrap) {
overflow-x: hidden;
overflow-y: auto;
padding-right: 16px;
}
& > .fill {
&.card {
padding: 12px 16px 12px;
@@ -62,9 +68,6 @@ export default {
max-width: 1200px;
overflow-y: auto;
:deep(.el-scrollbar__wrap) {
overflow-x: hidden;
}
}
&.hasFooter {
@@ -81,8 +84,8 @@ export default {
display: flex;
justify-content: center;
align-items: center;
left:0;
right:0;
left: 0;
right: 0;
height: 64px;
background: #F5F5F5;
box-shadow: 0 1px 0 0 #E5E5E5;