mirror of
https://github.com/veops/cmdb.git
synced 2025-08-07 15:51:10 +08:00
feat(ui): update ci type choice config
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">veops-department</div>
|
||||
<div class="code-name">&#xe998;</div>
|
||||
</li>
|
||||
|
||||
<li class="dib">
|
||||
<span class="icon iconfont"></span>
|
||||
<div class="name">duose-changwenben (1)</div>
|
||||
@@ -5514,9 +5520,9 @@
|
||||
<pre><code class="language-css"
|
||||
>@font-face {
|
||||
font-family: 'iconfont';
|
||||
src: url('iconfont.woff2?t=1724135954264') format('woff2'),
|
||||
url('iconfont.woff?t=1724135954264') format('woff'),
|
||||
url('iconfont.ttf?t=1724135954264') format('truetype');
|
||||
src: url('iconfont.woff2?t=1724653006782') format('woff2'),
|
||||
url('iconfont.woff?t=1724653006782') format('woff'),
|
||||
url('iconfont.ttf?t=1724653006782') format('truetype');
|
||||
}
|
||||
</code></pre>
|
||||
<h3 id="-iconfont-">第二步:定义使用 iconfont 的样式</h3>
|
||||
@@ -5542,6 +5548,15 @@
|
||||
<div class="content font-class">
|
||||
<ul class="icon_lists dib-box">
|
||||
|
||||
<li class="dib">
|
||||
<span class="icon iconfont veops-department"></span>
|
||||
<div class="name">
|
||||
veops-department
|
||||
</div>
|
||||
<div class="code-name">.veops-department
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li class="dib">
|
||||
<span class="icon iconfont duose-changwenben1"></span>
|
||||
<div class="name">
|
||||
@@ -13732,6 +13747,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="#veops-department"></use>
|
||||
</svg>
|
||||
<div class="name">veops-department</div>
|
||||
<div class="code-name">#veops-department</div>
|
||||
</li>
|
||||
|
||||
<li class="dib">
|
||||
<svg class="icon svg-icon" aria-hidden="true">
|
||||
<use xlink:href="#duose-changwenben1"></use>
|
||||
|
@@ -1,8 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 3857903 */
|
||||
src: url('iconfont.woff2?t=1724135954264') format('woff2'),
|
||||
url('iconfont.woff?t=1724135954264') format('woff'),
|
||||
url('iconfont.ttf?t=1724135954264') format('truetype');
|
||||
src: url('iconfont.woff2?t=1724653006782') format('woff2'),
|
||||
url('iconfont.woff?t=1724653006782') format('woff'),
|
||||
url('iconfont.ttf?t=1724653006782') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
@@ -13,6 +13,10 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.veops-department:before {
|
||||
content: "\e998";
|
||||
}
|
||||
|
||||
.duose-changwenben1:before {
|
||||
content: "\e997";
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
@@ -5,6 +5,13 @@
|
||||
"css_prefix_text": "",
|
||||
"description": "",
|
||||
"glyphs": [
|
||||
{
|
||||
"icon_id": "41570722",
|
||||
"name": "veops-department",
|
||||
"font_class": "veops-department",
|
||||
"unicode": "e998",
|
||||
"unicode_decimal": 59800
|
||||
},
|
||||
{
|
||||
"icon_id": "41437322",
|
||||
"name": "duose-changwenben (1)",
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user