This website works better with JavaScript
首頁
探索
原型工具、Api管理、Bug管理等
更多工具
团队协作
快速原型
自动标注
Bug管理
Api管理
登入
zhuliang
/
AdminLTE
镜像来自
https://github.com/almasaeed2010/AdminLTE.git
關註
1
讚好
0
複刻
0
Files
問題管理
0
Wiki
瀏覽代碼
Fixed unnecessary margin in list in timeline component (
#2340
)
Aleksandr Rogozin
5 年之前
父節點
829a9b3c6c
當前提交
eae052422d
共有
2 個文件被更改
,包括
1594 次插入
和
5569 次删除
分割檢視
顯示文件統計
3
0
build/scss/_timeline.scss
1591
5569
package-lock.json
+ 3
- 0
build/scss/_timeline.scss
查看文件
@@ -70,6 +70,9 @@
> img {
margin: 10px;
}
+ > dl, ol, ul {
+ margin: 0;
+ }
}
> .timeline-footer {
File diff suppressed because it is too large
+ 1591
- 5569
package-lock.json