Quellcode durchsuchen

更新图标库,添加chart.js依赖

master
jacky6024 vor 7 Jahren
Ursprung
Commit
d5fe467f8d
  1. 8
      ureport2-js/css/iconfont.css
  2. BIN
      ureport2-js/css/iconfont.eot
  3. BIN
      ureport2-js/css/iconfont.ttf
  4. 7
      ureport2-js/package.json

8
ureport2-js/css/iconfont.css

@ -100,6 +100,8 @@
.ureport-redo:before { content: "\e61c"; }
.ureport-mixchart:before { content: "\e669"; }
.ureport-import:before { content: "\e609"; }
.ureport-clean-content:before { content: "\e604"; }
@ -112,6 +114,8 @@
.ureport-word:before { content: "\e605"; }
.ureport-doughnut:before { content: "\e88c"; }
.ureport-preview:before { content: "\e60f"; }
.ureport-clean-style:before { content: "\e64b"; }
@ -122,6 +126,8 @@
.ureport-21print:before { content: "\e644"; }
.ureport-height:before { content: "\e610"; }
.ureport-radar:before { content: "\e671"; }
.ureport-image:before { content: "\e626"; }
@ -150,5 +156,7 @@
.ureport-polar:before { content: "\e60e"; }
.ureport-width:before { content: "\e611"; }
.ureport-header-repeat:before { content: "\e696"; }

BIN
ureport2-js/css/iconfont.eot

Binäre Datei nicht angezeigt.

BIN
ureport2-js/css/iconfont.ttf

Binäre Datei nicht angezeigt.

7
ureport2-js/package.json

@ -10,15 +10,16 @@
"report"
],
"author": {
"name":"Gaojie",
"email":"jacky.gao@bstek.com",
"url":"http://www.bstek.com"
"name": "Gaojie",
"email": "jacky.gao@bstek.com",
"url": "http://www.bstek.com"
},
"license": "Apache-2.0",
"dependencies": {
"bootbox": "^4.4.0",
"bootstrap": "^3.3.7",
"bootstrap-colorpicker": "^2.5.0",
"chart.js": "^2.6.0",
"codemirror": "^5.23.0",
"completer": "^0.1.3",
"handsontable": "^0.32.0-beta2",

Laden…
Abbrechen
Speichern