custom/鲁控数字-薪资核算列表页面批量编辑
This commit is contained in:
parent
be82684622
commit
0c00895f18
|
|
@ -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">&#xe696;</div>
|
||||
</li>
|
||||
|
||||
<li class="dib">
|
||||
<span class="icon iconfont"></span>
|
||||
<div class="name">全部</div>
|
||||
|
|
@ -138,9 +144,9 @@
|
|||
<pre><code class="language-css"
|
||||
>@font-face {
|
||||
font-family: 'iconfont';
|
||||
src: url('iconfont.woff2?t=1698914262517') format('woff2'),
|
||||
url('iconfont.woff?t=1698914262517') format('woff'),
|
||||
url('iconfont.ttf?t=1698914262517') format('truetype');
|
||||
src: url('iconfont.woff2?t=1701833672416') format('woff2'),
|
||||
url('iconfont.woff?t=1701833672416') format('woff'),
|
||||
url('iconfont.ttf?t=1701833672416') format('truetype');
|
||||
}
|
||||
</code></pre>
|
||||
<h3 id="-iconfont-">第二步:定义使用 iconfont 的样式</h3>
|
||||
|
|
@ -166,6 +172,15 @@
|
|||
<div class="content font-class">
|
||||
<ul class="icon_lists dib-box">
|
||||
|
||||
<li class="dib">
|
||||
<span class="icon iconfont icon-pilianggengxin"></span>
|
||||
<div class="name">
|
||||
批量更新
|
||||
</div>
|
||||
<div class="code-name">.icon-pilianggengxin
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li class="dib">
|
||||
<span class="icon iconfont icon-quanbu"></span>
|
||||
<div class="name">
|
||||
|
|
@ -292,6 +307,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-pilianggengxin"></use>
|
||||
</svg>
|
||||
<div class="name">批量更新</div>
|
||||
<div class="code-name">#icon-pilianggengxin</div>
|
||||
</li>
|
||||
|
||||
<li class="dib">
|
||||
<svg class="icon svg-icon" aria-hidden="true">
|
||||
<use xlink:href="#icon-quanbu"></use>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 4257468 */
|
||||
src: url('iconfont.woff2?t=1698914262517') format('woff2'),
|
||||
url('iconfont.woff?t=1698914262517') format('woff'),
|
||||
url('iconfont.ttf?t=1698914262517') format('truetype');
|
||||
src: url('iconfont.woff2?t=1701833672416') format('woff2'),
|
||||
url('iconfont.woff?t=1701833672416') format('woff'),
|
||||
url('iconfont.ttf?t=1701833672416') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
|
|
@ -13,6 +13,10 @@
|
|||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-pilianggengxin:before {
|
||||
content: "\e696";
|
||||
}
|
||||
|
||||
.icon-quanbu:before {
|
||||
content: "\e603";
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -5,6 +5,13 @@
|
|||
"css_prefix_text": "icon-",
|
||||
"description": "",
|
||||
"glyphs": [
|
||||
{
|
||||
"icon_id": "2442443",
|
||||
"name": "批量更新",
|
||||
"font_class": "pilianggengxin",
|
||||
"unicode": "e696",
|
||||
"unicode_decimal": 59030
|
||||
},
|
||||
{
|
||||
"icon_id": "5925304",
|
||||
"name": "全部",
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue