瀏覽代碼

fix: min-Width -> min-width, avoid compile warning of tooltip.scss, close #1680 (#1681)

pointhalo 2 年之前
父節點
當前提交
d88114b41f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/semi-foundation/tooltip/tooltip.scss

+ 1 - 1
packages/semi-foundation/tooltip/tooltip.scss

@@ -79,7 +79,7 @@ $module-icon: #{$module}-icon-arrow;
     }
 
     &-content {
-        min-Width: 0
+        min-width: 0;
     }
 
     &-trigger {