mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 04:08:10 +08:00
sytle(仪表板): 更换仪表板编辑页面图标样式
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">icon_Batch_outlined</div>
|
||||
<div class="code-name">&#xe630;</div>
|
||||
</li>
|
||||
|
||||
<li class="dib">
|
||||
<span class="icon iconfont"></span>
|
||||
<div class="name">icon_clear_outlined</div>
|
||||
@@ -720,9 +726,9 @@
|
||||
<pre><code class="language-css"
|
||||
>@font-face {
|
||||
font-family: 'iconfont';
|
||||
src: url('iconfont.woff2?t=1657014969539') format('woff2'),
|
||||
url('iconfont.woff?t=1657014969539') format('woff'),
|
||||
url('iconfont.ttf?t=1657014969539') format('truetype');
|
||||
src: url('iconfont.woff2?t=1657078050131') format('woff2'),
|
||||
url('iconfont.woff?t=1657078050131') format('woff'),
|
||||
url('iconfont.ttf?t=1657078050131') format('truetype');
|
||||
}
|
||||
</code></pre>
|
||||
<h3 id="-iconfont-">第二步:定义使用 iconfont 的样式</h3>
|
||||
@@ -748,6 +754,15 @@
|
||||
<div class="content font-class">
|
||||
<ul class="icon_lists dib-box">
|
||||
|
||||
<li class="dib">
|
||||
<span class="icon iconfont icon-icon_Batch_outlined"></span>
|
||||
<div class="name">
|
||||
icon_Batch_outlined
|
||||
</div>
|
||||
<div class="code-name">.icon-icon_Batch_outlined
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li class="dib">
|
||||
<span class="icon iconfont icon-icon_clear_outlined"></span>
|
||||
<div class="name">
|
||||
@@ -1747,6 +1762,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="#icon-icon_Batch_outlined"></use>
|
||||
</svg>
|
||||
<div class="name">icon_Batch_outlined</div>
|
||||
<div class="code-name">#icon-icon_Batch_outlined</div>
|
||||
</li>
|
||||
|
||||
<li class="dib">
|
||||
<svg class="icon svg-icon" aria-hidden="true">
|
||||
<use xlink:href="#icon-icon_clear_outlined"></use>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 2459092 */
|
||||
src: url('iconfont.woff2?t=1657014969539') format('woff2'),
|
||||
url('iconfont.woff?t=1657014969539') format('woff'),
|
||||
url('iconfont.ttf?t=1657014969539') format('truetype');
|
||||
src: url('iconfont.woff2?t=1657078050131') format('woff2'),
|
||||
url('iconfont.woff?t=1657078050131') format('woff'),
|
||||
url('iconfont.ttf?t=1657078050131') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
@@ -13,6 +13,10 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-icon_Batch_outlined:before {
|
||||
content: "\e630";
|
||||
}
|
||||
|
||||
.icon-icon_clear_outlined:before {
|
||||
content: "\e61d";
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -5,6 +5,13 @@
|
||||
"css_prefix_text": "icon-",
|
||||
"description": "",
|
||||
"glyphs": [
|
||||
{
|
||||
"icon_id": "30342179",
|
||||
"name": "icon_Batch_outlined",
|
||||
"font_class": "icon_Batch_outlined",
|
||||
"unicode": "e630",
|
||||
"unicode_decimal": 58928
|
||||
},
|
||||
{
|
||||
"icon_id": "30335147",
|
||||
"name": "icon_clear_outlined",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user