[update] 修改首页待办任务图标

This commit is contained in:
lideqin
2024-01-26 11:40:06 +08:00
parent 4aae8a449e
commit 853b74a531
7 changed files with 16 additions and 5 deletions
+7 -3
View File
@@ -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
+7
View File
@@ -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.
+1 -1
View File
@@ -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">