NEZ-2080 fix : chart template 图表类型展示错误
This commit is contained in:
@@ -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
@@ -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": "正方形",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user