Skip to content

Commit 07cdc80

Browse files
committed
[fix]修改sidebariconfont的unicode,解决和示例icon冲突问题
1 parent 4f9b27c commit 07cdc80

File tree

4 files changed

+25
-25
lines changed

4 files changed

+25
-25
lines changed
Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@font-face {
22
font-family: "iconfont"; /* Project id 4848754 */
3-
src: url('iconfont.woff2?t=1741260044249') format('woff2'),
4-
url('iconfont.woff?t=1741260044249') format('woff'),
5-
url('iconfont.ttf?t=1741260044249') format('truetype');
3+
src: url('iconfont.woff2?t=1757901504792') format('woff2'),
4+
url('iconfont.woff?t=1757901504792') format('woff'),
5+
url('iconfont.ttf?t=1757901504792') format('truetype');
66
}
77

88
.iconfont {
@@ -14,90 +14,90 @@
1414
}
1515

1616
.icon-control:before {
17-
content: "\e61f";
17+
content: "\e161f";
1818
}
1919

2020
.icon-components:before {
21-
content: "\e626";
21+
content: "\e1626";
2222
}
2323

2424
.icon-Online:before {
25-
content: "\e625";
25+
content: "\e1625";
2626
}
2727

2828
.icon-OGC:before {
29-
content: "\e624";
29+
content: "\e1624";
3030
}
3131

3232
.icon-analysis:before {
33-
content: "\e620";
33+
content: "\e1620";
3434
}
3535

3636
.icon-Elasticsearch:before {
37-
content: "\e621";
37+
content: "\e1621";
3838
}
3939

4040
.icon-multiCoordSys:before {
41-
content: "\e618";
41+
content: "\e1618";
4242
}
4343

4444
.icon-mapping:before {
45-
content: "\e619";
45+
content: "\e1619";
4646
}
4747

4848
.icon-MapboxGL:before {
49-
content: "\e61a";
49+
content: "\e161a";
5050
}
5151

5252
.icon-map:before {
53-
content: "\e61b";
53+
content: "\e161b";
5454
}
5555

5656
.icon-dynamicPlot:before {
57-
content: "\e61c";
57+
content: "\e161c";
5858
}
5959

6060
.icon-others:before {
61-
content: "\e61d";
61+
content: "\e161d";
6262
}
6363

6464
.icon-iServer:before {
65-
content: "\e61e";
65+
content: "\e161e";
6666
}
6767

6868
.icon-clientSpatialAnalyst:before {
69-
content: "\e622";
69+
content: "\e1622";
7070
}
7171

7272
.icon-overlay:before {
73-
content: "\e60f";
73+
content: "\e160f";
7474
}
7575

7676
.icon-Leaflet:before {
77-
content: "\e60e";
77+
content: "\e160e";
7878
}
7979

8080
.icon-iPortal:before {
81-
content: "\e611";
81+
content: "\e1611";
8282
}
8383

8484
.icon-theme:before {
85-
content: "\e613";
85+
content: "\e1613";
8686
}
8787

8888
.icon-popup:before {
89-
content: "\e614";
89+
content: "\e1614";
9090
}
9191

9292
.icon-iManager:before {
93-
content: "\e615";
93+
content: "\e1615";
9494
}
9595

9696
.icon-viz:before {
97-
content: "\e616";
97+
content: "\e1616";
9898
}
9999

100100
.icon-query:before {
101-
content: "\e617";
101+
content: "\e1617";
102102
}
103103

-64 Bytes
Binary file not shown.
-24 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)