From 5eda4608f76480b26333d60eeeac977bb5d34868 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 9 Jun 2015 17:54:19 +0800 Subject: [PATCH] remove font-family in calendar style --- style/components/datepicker/Calendar.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style/components/datepicker/Calendar.less b/style/components/datepicker/Calendar.less index 9a84fccc34..b9052259ff 100644 --- a/style/components/datepicker/Calendar.less +++ b/style/components/datepicker/Calendar.less @@ -1,7 +1,6 @@ .@{prefixCalendarClass} { position: relative; outline: none; - font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans-serif; width: 253px; border: 1px solid #ccc; list-style: none; @@ -193,4 +192,4 @@ color: #23c0fa; } } -} \ No newline at end of file +}