diff --git a/dist/font/iconfont.eot b/dist/font/iconfont.eot
index 6b06ae33b..0ec02a8f4 100644
Binary files a/dist/font/iconfont.eot and b/dist/font/iconfont.eot differ
diff --git a/dist/font/iconfont.svg b/dist/font/iconfont.svg
index c70fa76fe..04d4186a9 100644
--- a/dist/font/iconfont.svg
+++ b/dist/font/iconfont.svg
@@ -14,36 +14,6 @@
/>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -54,9 +24,9 @@
-
+
-
+
@@ -68,7 +38,7 @@
-
+
@@ -78,7 +48,7 @@
-
+
@@ -228,7 +198,7 @@
-
+
@@ -282,6 +252,12 @@
+
+
+
+
+
+
@@ -310,9 +286,9 @@
-
+
-
+
@@ -326,11 +302,29 @@
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
@@ -538,7 +532,7 @@
-
+
@@ -600,7 +594,7 @@
-
+
@@ -612,7 +606,7 @@
-
+
@@ -624,7 +618,7 @@
-
+
@@ -632,7 +626,7 @@
-
+
@@ -642,19 +636,19 @@
-
+
-
+
-
+
@@ -666,7 +660,7 @@
-
+
@@ -684,7 +678,7 @@
-
+
@@ -696,7 +690,7 @@
-
+
@@ -786,7 +780,7 @@
-
+
@@ -810,23 +804,23 @@
-
+
-
+
-
+
-
+
@@ -870,13 +864,13 @@
-
+
-
+
@@ -898,13 +892,13 @@
-
+
-
+
@@ -922,7 +916,7 @@
-
+
@@ -998,7 +992,7 @@
-
+
@@ -1022,7 +1016,7 @@
-
+
@@ -1062,7 +1056,7 @@
-
+
@@ -1134,13 +1128,13 @@
-
+
-
+
-
+
@@ -1154,7 +1148,7 @@
-
+
@@ -1214,7 +1208,7 @@
-
+
@@ -1300,7 +1294,7 @@
-
+
@@ -1380,7 +1374,7 @@
-
+
@@ -1410,13 +1404,13 @@
-
+
-
+
@@ -1470,19 +1464,19 @@
-
+
-
+
-
+
@@ -1496,7 +1490,7 @@
-
+
@@ -1520,7 +1514,7 @@
-
+
@@ -1550,7 +1544,7 @@
-
+
@@ -1558,11 +1552,11 @@
-
+
-
+
@@ -1586,19 +1580,19 @@
-
+
-
+
-
+
-
+
@@ -1610,15 +1604,15 @@
-
+
-
+
-
+
-
+
@@ -1640,19 +1634,19 @@
-
+
-
+
-
+
-
+
@@ -1700,7 +1694,7 @@
-
+
@@ -1716,15 +1710,15 @@
-
+
-
+
-
+
@@ -1748,7 +1742,7 @@
-
+
@@ -1768,7 +1762,7 @@
-
+
@@ -1788,15 +1782,15 @@
-
+
-
+
-
+
@@ -1804,11 +1798,11 @@
-
+
-
+
diff --git a/dist/font/iconfont.ttf b/dist/font/iconfont.ttf
index 8089ef6a2..1ae8e4a9d 100644
Binary files a/dist/font/iconfont.ttf and b/dist/font/iconfont.ttf differ
diff --git a/dist/font/iconfont.woff b/dist/font/iconfont.woff
index 6bb17e9d1..2e41e5dc5 100644
Binary files a/dist/font/iconfont.woff and b/dist/font/iconfont.woff differ
diff --git a/dist/font/iconfont.woff2 b/dist/font/iconfont.woff2
index a1bf1fb52..2fbd0e5b9 100644
Binary files a/dist/font/iconfont.woff2 and b/dist/font/iconfont.woff2 differ
diff --git a/src/widget/downlist/popup.downlist.js b/src/widget/downlist/popup.downlist.js
index 35d395334..0e802a695 100644
--- a/src/widget/downlist/popup.downlist.js
+++ b/src/widget/downlist/popup.downlist.js
@@ -153,8 +153,7 @@ BI.DownListPopup = BI.inherit(BI.Pane, {
}],
cls: "bi-down-list-spliter-container cursor-pointer",
vgap: 5,
- lgap: 10,
- rgap: 0
+ hgap: 12
});
result.push(spliter_container);
}
diff --git a/src/widget/multilayerdownlist/popup.downlist.js b/src/widget/multilayerdownlist/popup.downlist.js
index fa222005d..7483349de 100644
--- a/src/widget/multilayerdownlist/popup.downlist.js
+++ b/src/widget/multilayerdownlist/popup.downlist.js
@@ -150,7 +150,7 @@ BI.MultiLayerDownListPopup = BI.inherit(BI.Pane, {
}],
cls: "bi-down-list-spliter-container cursor-pointer",
vgap: 5,
- lgap: 10
+ hgap: 12,
});
result.push(spliter_container);
}