Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit 251734e

Browse files
Merge pull request #12 from xszhangxiaocuo/main
day2
2 parents 3f1a916 + 4f7c841 commit 251734e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Hoshino_FullStack_Compass.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515

1616
忙着旅游呢,忙里偷闲看了一点,具体学习内容后面再补笔记。
1717

18+
### 02.09
19+
20+
今天又在css上踩坑了,一个滚动组件的使用。滚动组件里面填充的列表被我套了一层盒子,导致滚动组件下只有一个元素无法触发滚动。
21+
22+
还有一个css的布局属性`display:block`会使一个元素自动占据一行, 导致本该渲染在同一行的元素呈`column`布局,使用`display:inline`布局可以解决这个问题。
23+
1824

1925

2026
<!-- Content_END -->

0 commit comments

Comments
 (0)