فهرست منبع

feat(components/processList、static/font): 补卡申请图标

wangpx 1 سال پیش
والد
کامیت
37729adca9

+ 2 - 1
components/ygoa/processList.vue

@@ -126,7 +126,8 @@ const iconDict = {
 	'加班申请': 'icon-apply-overtime',
 	'加班申请': 'icon-apply-overtime',
 	'请假申请': 'icon-apply-leave',
 	'请假申请': 'icon-apply-leave',
 	'采购申请': 'icon-apply-purchase',
 	'采购申请': 'icon-apply-purchase',
-	'合同会签': 'icon-apply-sign-contract'
+	'补卡申请': 'icon-buka',
+	'合同会签': 'icon-apply-sign-contract',
 }
 }
 
 
 const props = defineProps({
 const props = defineProps({

+ 7 - 3
static/font/ygoa/iconfont.css

@@ -2,9 +2,9 @@
   font-family: "ygoa-icon"; /* Project id 4740271 */
   font-family: "ygoa-icon"; /* Project id 4740271 */
   /* Color fonts */
   /* Color fonts */
   src: 
   src: 
-       url('iconfont.woff2?t=1732590493983') format('woff2'),
-       url('iconfont.woff?t=1732590493983') format('woff'),
-       url('iconfont.ttf?t=1732590493983') format('truetype');
+       url('iconfont.woff2?t=1736751406862') format('woff2'),
+       url('iconfont.woff?t=1736751406862') format('woff'),
+       url('iconfont.ttf?t=1736751406862') format('truetype');
 }
 }
 
 
 .ygoa-icon {
 .ygoa-icon {
@@ -15,6 +15,10 @@
   -moz-osx-font-smoothing: grayscale;
   -moz-osx-font-smoothing: grayscale;
 }
 }
 
 
+.icon-buka:before {
+  content: "\e604";
+}
+
 .icon-filter:before {
 .icon-filter:before {
   content: "\e646";
   content: "\e646";
 }
 }

BIN
static/font/ygoa/iconfont.ttf


BIN
static/font/ygoa/iconfont.woff


BIN
static/font/ygoa/iconfont.woff2