Просмотр исходного кода

fix(type-editor): import table css (#647)

Yiwei Mao 5 месяцев назад
Родитель
Сommit
decb337221
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      packages/materials/type-editor/src/index.ts

+ 3 - 0
packages/materials/type-editor/src/index.ts

@@ -3,6 +3,9 @@
  * SPDX-License-Identifier: MIT
  */
 
+// Import Table css
+import '@douyinfe/semi-ui/lib/es/table';
+
 export * from './types';
 export { TypeEditorContext } from './contexts';
 export { columnConfigs as typeEditorColumnConfigs } from './components/type-editor/columns';