Skip to content

Commit d3a185a

Browse files
committed
style(css): 调整消息容器的间距
- 将消息容器的 gap从 10px 减小到 5px - 优化了消息容器的垂直间距布局 - 统一了组件间的间距标准
1 parent 3265337 commit d3a185a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

file_classification_webapi/static/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ body.dark-mode .tree-node-info {
585585
display: flex;
586586
flex-direction: column;
587587
align-items: center;
588-
gap: 10px;
588+
gap: 5px;
589589
}
590590

591591
.message {

0 commit comments

Comments
 (0)