修复IconPicker组件双滚动条的问题
This commit is contained in:
parent
5abb859559
commit
651eb42c8b
@ -478,9 +478,10 @@ defineExpose({
|
|||||||
}
|
}
|
||||||
|
|
||||||
.icon-picker-content {
|
.icon-picker-content {
|
||||||
height: calc(100vh - 120px);
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
overflow: hidden; /* 防止外层产生滚动条 */
|
||||||
}
|
}
|
||||||
|
|
||||||
.drawer-footer {
|
.drawer-footer {
|
||||||
@ -495,6 +496,7 @@ defineExpose({
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
|
flex-shrink: 0; /* 防止搜索区域被压缩 */
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-controls {
|
.search-controls {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user