From 3ca3956fab5452be3b92cdeaa6ee8c40bf067842 Mon Sep 17 00:00:00 2001 From: li-guang <153605324@qq.com> Date: Thu, 17 Dec 2020 15:32:07 +0800 Subject: [PATCH] 订单 --- hive-app/App.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hive-app/App.vue b/hive-app/App.vue index 7146a3a..0d223b2 100644 --- a/hive-app/App.vue +++ b/hive-app/App.vue @@ -15,4 +15,6 @@ <style> /*每个页面公共css */ @import url("./common/styles/index"); +@import url("./static/iconfont/iconfont.css"); +@import url("//at.alicdn.com/t/font_2263696_m22p50f3dmd.css"); </style> -- Gitblit v1.9.1