-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
该问题是否已经被报告过了? Is there an existing issue for this?
- 我已经搜索了 Issues,没有发现类似问题
I have searched the existing issuesTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
描述问题 Describe the problem
顶部停靠栏(#dockTop
)与底部停靠栏(#dockBottom
)图标多于一个时与侧边停靠栏(#dockLeft
, #dockRight
)一致, 纵向排列, 导致部分图标被遮挡
期待的结果 Expected result
顶部停靠栏(#dockTop
)与底部停靠栏(#dockBottom
)图标多于一个时应横向排列
#dockTop .dock__item,
#dockBottom .dock__item {
display: inline-block;
}
截屏或者录屏演示 Screenshot or screen recording presentation
版本环境 Version environment
- Version: `2.0.27`
- Operating System:
- Browser (if used):
日志文件 Log file
无
更多信息 More information
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Relationships
Development
Select code repository
Activity
🐛 fix #5415