优化 SearchBar 组件,避免展开收起按钮被遮挡导致无法点击

This commit is contained in:
hooray 2022-03-22 23:36:52 +08:00
parent e1ea667eb1
commit fd31fab0fd

View File

@ -43,7 +43,7 @@ function toggle() {
margin-top: 0;
}
:deep(.el-form) {
margin-bottom: -18px;
margin-bottom: -10px;
.el-select {
width: 100%;
}
@ -52,6 +52,7 @@ function toggle() {
}
}
.more {
position: relative;
text-align: center;
margin-bottom: -10px;
}