瀏覽代碼

style: Fixed the issue where the timeline width is set to 100% and padding is set, causing the width to exceed the container

zhangyumei.0319 10 月之前
父節點
當前提交
cb51df3a80
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/semi-foundation/timeline/timeline.scss

+ 1 - 0
packages/semi-foundation/timeline/timeline.scss

@@ -7,6 +7,7 @@ $module: #{$prefix}-timeline;
     padding: $spacing-timeline-padding;
     width: $width-timeline;
     list-style: none;
+    box-sizing: border-box;
 
     &-item {
         position: relative;