Explorar el Código

Merge branch 'main' into release

走鹃 hace 3 años
padre
commit
a3595dc8c7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      packages/semi-foundation/table/variables.scss

+ 2 - 2
packages/semi-foundation/table/variables.scss

@@ -79,8 +79,8 @@ $font-table_base-fontSize: 14px; // 表格默认文本字号
 $border-table_base-borderStyle: solid; // 表格描边样式
 $shadow-table_left: -3px 0 0 0 $color-table_shadow-bg-default; // 表格滚动阴影 - 左侧
 $shadow-table_right: 3px 0 0 0 $color-table_shadow-bg-default; // 表格滚动阴影 - 右侧
-$border-table: #{$width-table_base_border} #{$border-table_base-borderStyle} $color-table-border-default; // 表格默认描边
-$border-table_head-bottom: #{$width-table_header_border} #{$border-table_base-borderStyle} $color-table_th-border-default; // 表头单元格描边 - 底部
+$border-table: $width-table_base_border $border-table_base-borderStyle $color-table-border-default; // 表格默认描边
+$border-table_head-bottom: $width-table_header_border $border-table_base-borderStyle $color-table_th-border-default; // 表头单元格描边 - 底部
 $border-table_resizer: $width-table_resizer_border solid $color-table_resizer-bg-default; // 表格拉伸标识描边
 
 $z-table-fixed: 101!default; // fixed列的zIndex值