NEZ-2080 fix : chart template 图表类型展示错误

This commit is contained in:
likexuan
2022-08-02 13:50:07 +08:00
parent a2fb6dcbbe
commit d36119c8b0
8 changed files with 25 additions and 8 deletions

View File

@@ -13,6 +13,10 @@
-moz-osx-font-smoothing: grayscale;
}
.nz-icon-bubble:before {
content: "\e761";
}
.nz-icon-zhengfangxing:before {
content: "\e796";
}

File diff suppressed because one or more lines are too long

View File

@@ -5,6 +5,13 @@
"css_prefix_text": "nz-icon-",
"description": "",
"glyphs": [
{
"icon_id": "25495310",
"name": "气泡图",
"font_class": "bubble",
"unicode": "e761",
"unicode_decimal": 59233
},
{
"icon_id": "30875641",
"name": "正方形",

File diff suppressed because one or more lines are too long

View File

@@ -166,6 +166,9 @@ export default {
case 'logs':
str += 'nz-icon-logs'
break
case 'bubble':
str += 'nz-icon-bubble'
break
default :
str += 'nz-icon-table1'
break