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