[update] 修改首页待办任务图标
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 4236293 */
|
||||
src: url('iconfont.woff2?t=1701245888202') format('woff2'),
|
||||
url('iconfont.woff?t=1701245888202') format('woff'),
|
||||
url('iconfont.ttf?t=1701245888202') format('truetype');
|
||||
src: url('iconfont.woff2?t=1706240120404') format('woff2'),
|
||||
url('iconfont.woff?t=1706240120404') format('woff'),
|
||||
url('iconfont.ttf?t=1706240120404') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
@@ -13,6 +13,10 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-calendar:before {
|
||||
content: "\e613";
|
||||
}
|
||||
|
||||
.icon-nav-bottom:before {
|
||||
content: "\e760";
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -5,6 +5,13 @@
|
||||
"css_prefix_text": "icon-",
|
||||
"description": "",
|
||||
"glyphs": [
|
||||
{
|
||||
"icon_id": "34102934",
|
||||
"name": "calendar",
|
||||
"font_class": "calendar",
|
||||
"unicode": "e613",
|
||||
"unicode_decimal": 58899
|
||||
},
|
||||
{
|
||||
"icon_id": "3525796",
|
||||
"name": "nav-bottom",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -2,7 +2,7 @@
|
||||
<a-card :bordered="false">
|
||||
<a-spin :spinning="loading">
|
||||
<div class="top-wrapper">
|
||||
<p class="left-p"><i class="iconfont icon-rukou left-icon"></i>{{ $t('dashboard.todoTask.todoTask') }}</p>
|
||||
<p class="left-p"><i class="iconfont icon-calendar left-icon"></i>{{ $t('dashboard.todoTask.todoTask') }}</p>
|
||||
<p class="right-p" @click="handleMore">{{ $t('dashboard.todoTask.more') }}<i class="iconfont icon-right"></i></p>
|
||||
</div>
|
||||
<div class="content-wrapper" v-if="dataSource.length > 0">
|
||||
|
||||
Reference in New Issue
Block a user