Skip to content

Commit 338f5ae

Browse files
committed
Modified docs/index.html
Missing docs/static/css/index.5238ed6a.css Missing docs/static/css/index.5238ed6a.css.map Missing docs/static/js/index.db30889e.js Missing docs/static/js/index.db30889e.js.map Modified src/style/index.scss Add docs/static/css/index.17c1c53a.css Add docs/static/css/index.17c1c53a.css.map Add docs/static/js/index.e4b5ae6c.js Add docs/static/js/index.e4b5ae6c.js.map
1 parent 14dab2a commit 338f5ae

File tree

7 files changed

+12
-14
lines changed

7 files changed

+12
-14
lines changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
overflow: auto;
1616
}
1717
</style>
18-
<link href="static\css\vendors.8e7adae1.css" rel="stylesheet"><link href="static\css\index.5238ed6a.css" rel="stylesheet"></head>
18+
<link href="static\css\vendors.8e7adae1.css" rel="stylesheet"><link href="static\css\index.17c1c53a.css" rel="stylesheet"></head>
1919

2020
<body style="background:#F5F5F5">
2121
<div class="demo" id="demo">
2222
</div>
23-
<script src="static\js\vendors.97067170.chunk.js"></script><script src="static\js\index.db30889e.js"></script></body>
23+
<script src="static\js\vendors.97067170.chunk.js"></script><script src="static\js\index.e4b5ae6c.js"></script></body>
2424

2525
</html>
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/js/index.db30889e.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/js/index.e4b5ae6c.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/style/index.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,13 @@ $listboxItemHeight: auto !default;
5454

5555
.#{$prefixCls}-item-group-title {
5656
padding:$listboxItemPadding;
57-
cursor:default;
58-
color: #999;
57+
cursor:default;
58+
font-weight: 700;
59+
//color: #999;
5960
}
6061

6162
.#{$prefixCls}-item-group-list .#{$prefixCls}-item {
62-
padding-left:20px;
63+
padding-left:28px;
6364
}
6465

6566
}

0 commit comments

Comments
 (0)