Skip to content

Commit a0b0109

Browse files
authored
Merge pull request baidu#7413 from cocoCheungco/feat-BCE-FE-1706
fix:文档属性表、事件表table固定列样式
2 parents 2bdfb1a + 9068aa2 commit a0b0109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/doc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ body.dark .markdown-body table:not(.table) tr:nth-child(2n) {
493493
position: absolute;
494494
top: 0;
495495
right: 0;
496-
bottom: -1px;
496+
bottom: 0px;
497497
width: 30px;
498498
transform: translate(100%);
499499
transition: box-shadow 0.3s;

0 commit comments

Comments
 (0)