图标替换

yanzili 3 years ago
parent 813f36619c
commit c1e2fa5c29

@ -4,6 +4,6 @@ const prodEnv = require('./prod.env')
module.exports = merge(prodEnv, { module.exports = merge(prodEnv, {
NODE_ENV: '"development"', NODE_ENV: '"development"',
BASE_API: '"http://127.0.0.1:9095"' // BASE_API: '"http://127.0.0.1:9095"'
// BASE_API: '"http://10.108.26.197:9095"' BASE_API: '"http://10.108.26.197:9095"'
}) })

File diff suppressed because it is too large Load Diff

@ -1,8 +1,8 @@
@font-face { @font-face {
font-family: "iconfont"; /* Project id 1513211 */ font-family: "iconfont"; /* Project id 1513211 */
src: url('iconfont.woff2?t=1624613153423') format('woff2'), src: url('iconfont.woff2?t=1624933667537') format('woff2'),
url('iconfont.woff?t=1624613153423') format('woff'), url('iconfont.woff?t=1624933667537') format('woff'),
url('iconfont.ttf?t=1624613153423') format('truetype'); url('iconfont.ttf?t=1624933667537') format('truetype');
} }
.iconfont { .iconfont {
@ -13,6 +13,14 @@
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.iconyibiaopan-chaobiao:before {
content: "\e72e";
}
.iconnandinggeermeiguitu:before {
content: "\e851";
}
.iconzhankai:before { .iconzhankai:before {
content: "\e631"; content: "\e631";
} }

File diff suppressed because one or more lines are too long

@ -5,6 +5,20 @@
"css_prefix_text": "icon", "css_prefix_text": "icon",
"description": "", "description": "",
"glyphs": [ "glyphs": [
{
"icon_id": "16466332",
"name": "仪表盘-抄表",
"font_class": "yibiaopan-chaobiao",
"unicode": "e72e",
"unicode_decimal": 59182
},
{
"icon_id": "15872322",
"name": "南丁格尔玫瑰图",
"font_class": "nandinggeermeiguitu",
"unicode": "e851",
"unicode_decimal": 59473
},
{ {
"icon_id": "11990084", "icon_id": "11990084",
"name": "展 开 ", "name": "展 开 ",

@ -4469,8 +4469,8 @@ const widgetTools = [
{ {
code: 'WidgetPieNightingaleRoseArea', code: 'WidgetPieNightingaleRoseArea',
type: 'chart', type: 'chart',
label: '饼图-南丁格尔-面积', label: '南丁格尔玫瑰图',
icon: 'iconicon_tubiao_bingtu', icon: 'iconnandinggeermeiguitu',
options: { options: {
// 配置 // 配置
setup: [ setup: [

Loading…
Cancel
Save