forked from huge/frontEnd/hugeOA

liuwh
2020-04-06 96422c22b77f1ac6df72470e0bbef094a4393c72
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* eslint-disable */
/**柯礼钦
 * 4/3/2020, 9:38:37 AM
 * doc comment for the file goes here
 */
 
/** Happy Coding */
.breadcrumb-view {
  &-main {
    .ant-breadcrumb {
      font-family: PingFangSC-Medium;
      font-size: 16px;
      color: #333333;
      font-weight: bold;
      margin-bottom: 20px;
    }
  }
}