Pārlūkot izejas kodu

style(table): support text select in table header (#642)

chenc 3 gadi atpakaļ
vecāks
revīzija
23a2882e32
1 mainītis faili ar 3 papildinājumiem un 4 dzēšanām
  1. 3 4
      packages/semi-foundation/table/table.scss

+ 3 - 4
packages/semi-foundation/table/table.scss

@@ -100,7 +100,6 @@ $module: #{$prefix}-table;
                 word-break: break-all;
                 word-wrap: break-word;
                 position: relative;
-                user-select: none;
 
                 &.#{$module}-cell-fixed {
 
@@ -199,11 +198,11 @@ $module: #{$prefix}-table;
                     background-color: $color-table_body-bg-hover;
 
                     &.#{$module}-cell-fixed {
-    
+
                         &-left,
                         &-right {
                             background-color: $color-table_body-bg-default;
-    
+
                             &::before {
                                 background-color: $color-table_body-bg-hover;
                                 content: "";
@@ -327,7 +326,7 @@ $module: #{$prefix}-table;
         &-wrap {
             // inline-flex vertical-align baseline 会导致父元素高度异常
             display: inline-flex;
-            vertical-align: bottom; 
+            vertical-align: bottom;
         }
 
         &-disabled {