Browse Source

fix: [Tree/TreeSelect] remove the padding and margin of loading Spin #181

chenyuling 4 năm trước cách đây
mục cha
commit
394aafd2a1
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      packages/semi-foundation/tree/tree.scss

+ 0 - 2
packages/semi-foundation/tree/tree.scss

@@ -323,9 +323,7 @@ $module: #{$prefix}-tree;
                 width: $width-tree_spinIcon;
                 height: $width-tree_spinIcon;
             }
-            margin-right: $spacing-tree_icon-marginRight;
             color: $color-tree_option_loading-icon-default;
-            padding: $spacing-tree_spinIcon-paddingY $spacing-tree_spinIcon-paddingX;
         }
 
         &-selected {