mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-12-05 13:37:45 +08:00
优化 SearchBar 组件,避免展开收起按钮被遮挡导致无法点击
This commit is contained in:
parent
e1ea667eb1
commit
fd31fab0fd
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user