Commit 76bb10c9788fdde33f14a780b66a47aee76a522f

Authored by 梁灏
1 parent 272ecc1e

transfer breadcrumb.less position

src/styles/mixins/breadcrumb.less renamed to src/styles/components/breadcrumb.less
src/styles/components/index.less
@@ -49,4 +49,5 @@ @@ -49,4 +49,5 @@
49 @import "anchor"; 49 @import "anchor";
50 @import "time"; 50 @import "time";
51 @import "cell"; 51 @import "cell";
52 -@import "drawer";  
53 \ No newline at end of file 52 \ No newline at end of file
  53 +@import "drawer";
  54 +@import "breadcrumb";
54 \ No newline at end of file 55 \ No newline at end of file
src/styles/mixins/index.less
@@ -7,7 +7,6 @@ @@ -7,7 +7,6 @@
7 @import "close"; 7 @import "close";
8 @import "checkbox"; 8 @import "checkbox";
9 @import "input"; 9 @import "input";
10 -@import "breadcrumb";  
11 @import "mask"; 10 @import "mask";
12 @import "content"; // card、modal 11 @import "content"; // card、modal
13 @import "tooltip"; 12 @import "tooltip";