forked from huge/frontEnd/hugeOA

Mr Ke
2020-04-06 1a784f157c2b1ef8b464b229f993ba44c356e9fe
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;
    }
  }
}