mirror of
https://gitee.com/anji-plus/report.git
synced 2026-02-02 09:27:47 +08:00
图标替换
This commit is contained in:
@@ -4,6 +4,6 @@ const prodEnv = require('./prod.env')
|
||||
|
||||
module.exports = merge(prodEnv, {
|
||||
NODE_ENV: '"development"',
|
||||
BASE_API: '"http://127.0.0.1:9095"'
|
||||
// BASE_API: '"http://10.108.26.197:9095"'
|
||||
// BASE_API: '"http://127.0.0.1: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-family: "iconfont"; /* Project id 1513211 */
|
||||
src: url('iconfont.woff2?t=1624613153423') format('woff2'),
|
||||
url('iconfont.woff?t=1624613153423') format('woff'),
|
||||
url('iconfont.ttf?t=1624613153423') format('truetype');
|
||||
src: url('iconfont.woff2?t=1624933667537') format('woff2'),
|
||||
url('iconfont.woff?t=1624933667537') format('woff'),
|
||||
url('iconfont.ttf?t=1624933667537') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
@@ -13,6 +13,14 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.iconyibiaopan-chaobiao:before {
|
||||
content: "\e72e";
|
||||
}
|
||||
|
||||
.iconnandinggeermeiguitu:before {
|
||||
content: "\e851";
|
||||
}
|
||||
|
||||
.iconzhankai:before {
|
||||
content: "\e631";
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -5,6 +5,20 @@
|
||||
"css_prefix_text": "icon",
|
||||
"description": "",
|
||||
"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",
|
||||
"name": "展 开 ",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -4469,8 +4469,8 @@ const widgetTools = [
|
||||
{
|
||||
code: 'WidgetPieNightingaleRoseArea',
|
||||
type: 'chart',
|
||||
label: '饼图-南丁格尔-面积',
|
||||
icon: 'iconicon_tubiao_bingtu',
|
||||
label: '南丁格尔玫瑰图',
|
||||
icon: 'iconnandinggeermeiguitu',
|
||||
options: {
|
||||
// 配置
|
||||
setup: [
|
||||
|
||||
Reference in New Issue
Block a user