Browse Source
Merge in VISUAL/fineui from ~TREECAT/fineui:es6 to es6 * commit 'faa3b96827bc680bfcaa55c8c0d6a3458a940839': KERNEL-14316 fix:同步以及修复相关细节问题 KERNEL-14316 fix:定时调度相关的 BUG 修复es6
treecat-罗群
2 years ago
21 changed files with 2290 additions and 31 deletions
@ -1,2 +1,4 @@
|
||||
node_modules |
||||
dist |
||||
packages/demo/dist |
||||
packages/fineui/dist/* |
||||
!packages/fineui/dist/font |
Binary file not shown.
After Width: | Height: | Size: 885 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,9 +0,0 @@
|
||||
@import "../../../index.less"; |
||||
|
||||
.bi-multi-tree-check-pane { |
||||
& .multi-tree-continue-select { |
||||
} |
||||
& .multi-tree-check-selected { |
||||
color: @color-bi-text-multi-tree-check-pane-check-button; |
||||
} |
||||
} |
@ -1,3 +1,3 @@
|
||||
import fineui from "./index"; |
||||
// import fineui from "./index";
|
||||
|
||||
BI.extend(BI, fineui); |
||||
// BI.extend(BI, fineui);
|
||||
|
Loading…
Reference in new issue