mirror of
https://gitee.com/anji-plus/report.git
synced 2026-04-17 10:52:18 +08:00
iconfont更新
This commit is contained in:
@@ -54,6 +54,12 @@
|
||||
<div class="content unicode" style="display: block;">
|
||||
<ul class="icon_lists dib-box">
|
||||
|
||||
<li class="dib">
|
||||
<span class="icon iconfont"></span>
|
||||
<div class="name">热力图</div>
|
||||
<div class="code-name">&#xe683;</div>
|
||||
</li>
|
||||
|
||||
<li class="dib">
|
||||
<span class="icon iconfont"></span>
|
||||
<div class="name">恢复备份</div>
|
||||
@@ -804,9 +810,9 @@
|
||||
<pre><code class="language-css"
|
||||
>@font-face {
|
||||
font-family: 'iconfont';
|
||||
src: url('iconfont.woff2?t=1646807984187') format('woff2'),
|
||||
url('iconfont.woff?t=1646807984187') format('woff'),
|
||||
url('iconfont.ttf?t=1646807984187') format('truetype');
|
||||
src: url('iconfont.woff2?t=1650520683161') format('woff2'),
|
||||
url('iconfont.woff?t=1650520683161') format('woff'),
|
||||
url('iconfont.ttf?t=1650520683161') format('truetype');
|
||||
}
|
||||
</code></pre>
|
||||
<h3 id="-iconfont-">第二步:定义使用 iconfont 的样式</h3>
|
||||
@@ -832,6 +838,15 @@
|
||||
<div class="content font-class">
|
||||
<ul class="icon_lists dib-box">
|
||||
|
||||
<li class="dib">
|
||||
<span class="icon iconfont iconrelitu"></span>
|
||||
<div class="name">
|
||||
热力图
|
||||
</div>
|
||||
<div class="code-name">.iconrelitu
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li class="dib">
|
||||
<span class="icon iconfont iconhuifubeifen"></span>
|
||||
<div class="name">
|
||||
@@ -1957,6 +1972,14 @@
|
||||
<div class="content symbol">
|
||||
<ul class="icon_lists dib-box">
|
||||
|
||||
<li class="dib">
|
||||
<svg class="icon svg-icon" aria-hidden="true">
|
||||
<use xlink:href="#iconrelitu"></use>
|
||||
</svg>
|
||||
<div class="name">热力图</div>
|
||||
<div class="code-name">#iconrelitu</div>
|
||||
</li>
|
||||
|
||||
<li class="dib">
|
||||
<svg class="icon svg-icon" aria-hidden="true">
|
||||
<use xlink:href="#iconhuifubeifen"></use>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 1513211 */
|
||||
src: url('iconfont.woff2?t=1646807984187') format('woff2'),
|
||||
url('iconfont.woff?t=1646807984187') format('woff'),
|
||||
url('iconfont.ttf?t=1646807984187') format('truetype');
|
||||
src: url('iconfont.woff2?t=1650520683161') format('woff2'),
|
||||
url('iconfont.woff?t=1650520683161') format('woff'),
|
||||
url('iconfont.ttf?t=1650520683161') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
@@ -13,6 +13,10 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.iconrelitu:before {
|
||||
content: "\e683";
|
||||
}
|
||||
|
||||
.iconhuifubeifen:before {
|
||||
content: "\e60d";
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -5,6 +5,13 @@
|
||||
"css_prefix_text": "icon",
|
||||
"description": "",
|
||||
"glyphs": [
|
||||
{
|
||||
"icon_id": "19004935",
|
||||
"name": "热力图",
|
||||
"font_class": "relitu",
|
||||
"unicode": "e683",
|
||||
"unicode_decimal": 59011
|
||||
},
|
||||
{
|
||||
"icon_id": "15047024",
|
||||
"name": "恢复备份",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -10,7 +10,7 @@ export const widgetHeatmap = {
|
||||
code: 'widget-heatmap',
|
||||
type: 'chart',
|
||||
label: '热力图',
|
||||
icon: 'iconicon_tubiao_bingtu',
|
||||
icon: 'iconrelitu',
|
||||
options: {
|
||||
// 配置
|
||||
setup: [
|
||||
|
||||
Reference in New Issue
Block a user