diff --git a/bi.lessconfig.json b/bi.lessconfig.json index aa64c08d9..fafccaff8 100644 --- a/bi.lessconfig.json +++ b/bi.lessconfig.json @@ -16,7 +16,6 @@ "@font-color-light-gray": "rgba(9, 30, 64, 0.66)", "@font-color-tips": "rgba(9, 30, 64, 0.47)", "@font-color-disabled": "rgba(9, 30, 64, 0.25)", - "@color-bi-background-active-radio": "transparent", "@color-bi-border-radio": "rgba(9, 30, 64, 0.37)", "@color-bi-border-disabled-radio": "rgba(9, 30, 64, 0.19)", @@ -36,5 +35,6 @@ "@color-bi-color-toast-warning": "#FAAA39", "@color-bi-color-toast-error": "#E65251", "@color-bi-color-toast-normal": "#2C60DB", - "@color-bi-color-toast-text": "#000A19" + "@color-bi-color-toast-text": "#000A19", + "@color-bi-color-toast-shadow": "rgba(9, 30, 64, 0.16)" } diff --git a/dist/font/iconfont.eot b/dist/font/iconfont.eot index 0ec02a8f4..6cd1f1cf2 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 04d4186a9..c70fa76fe 100644 --- a/dist/font/iconfont.svg +++ b/dist/font/iconfont.svg @@ -14,6 +14,36 @@ /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -24,9 +54,9 @@ - + - + @@ -38,7 +68,7 @@ - + @@ -48,7 +78,7 @@ - + @@ -198,7 +228,7 @@ - + @@ -252,12 +282,6 @@ - - - - - - @@ -286,9 +310,9 @@ - + - + @@ -302,29 +326,11 @@ - - - - - - - - - - - - - - - - - - - + @@ -532,7 +538,7 @@ - + @@ -594,7 +600,7 @@ - + @@ -606,7 +612,7 @@ - + @@ -618,7 +624,7 @@ - + @@ -626,7 +632,7 @@ - + @@ -636,19 +642,19 @@ - + - + - + @@ -660,7 +666,7 @@ - + @@ -678,7 +684,7 @@ - + @@ -690,7 +696,7 @@ - + @@ -780,7 +786,7 @@ - + @@ -804,23 +810,23 @@ - + - + - + - + @@ -864,13 +870,13 @@ - + - + @@ -892,13 +898,13 @@ - + - + @@ -916,7 +922,7 @@ - + @@ -992,7 +998,7 @@ - + @@ -1016,7 +1022,7 @@ - + @@ -1056,7 +1062,7 @@ - + @@ -1128,13 +1134,13 @@ - + - + - + @@ -1148,7 +1154,7 @@ - + @@ -1208,7 +1214,7 @@ - + @@ -1294,7 +1300,7 @@ - + @@ -1374,7 +1380,7 @@ - + @@ -1404,13 +1410,13 @@ - + - + @@ -1464,19 +1470,19 @@ - + - + - + @@ -1490,7 +1496,7 @@ - + @@ -1514,7 +1520,7 @@ - + @@ -1544,7 +1550,7 @@ - + @@ -1552,11 +1558,11 @@ - + - + @@ -1580,19 +1586,19 @@ - + - + - + - + @@ -1604,15 +1610,15 @@ - + - + - + - + @@ -1634,19 +1640,19 @@ - + - + - + - + @@ -1694,7 +1700,7 @@ - + @@ -1710,15 +1716,15 @@ - + - + - + @@ -1742,7 +1748,7 @@ - + @@ -1762,7 +1768,7 @@ - + @@ -1782,15 +1788,15 @@ - + - + - + @@ -1798,11 +1804,11 @@ - + - + diff --git a/dist/font/iconfont.ttf b/dist/font/iconfont.ttf index 1ae8e4a9d..76debf9d2 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 2e41e5dc5..ea016fed7 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 2fbd0e5b9..1d6e0c461 100644 Binary files a/dist/font/iconfont.woff2 and b/dist/font/iconfont.woff2 differ diff --git a/package.json b/package.json index 3e5b923c5..61c6698e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fineui", - "version": "2.0.20220614170402", + "version": "2.0.20220615120357", "description": "fineui", "main": "dist/fineui.min.js", "types": "dist/lib/index.d.ts", diff --git a/src/less/base/single/tip/tip.toast.less b/src/less/base/single/tip/tip.toast.less index 4e33930ac..cb39afe70 100644 --- a/src/less/base/single/tip/tip.toast.less +++ b/src/less/base/single/tip/tip.toast.less @@ -4,6 +4,7 @@ color: @color-bi-color-toast-text; line-height: @font-size-16; .border-radius(2px); + .box-shadow(0 6px 20px -2px, @color-bi-color-toast-shadow); &.toast-success { background: @color-bi-background-toast-success; diff --git a/src/less/lib/theme.less b/src/less/lib/theme.less index 87d578943..2a570c985 100644 --- a/src/less/lib/theme.less +++ b/src/less/lib/theme.less @@ -32,6 +32,7 @@ @color-bi-color-toast-error: @color-bi-text; @color-bi-color-toast-normal: @color-bi-text; @color-bi-color-toast-text: @color-bi-text; +@color-bi-color-toast-shadow: @color-bi-background-black; //bubble @color-bi-background-bubble-success: @color-bi-background-light-success; 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); }