浏览代码

修改插件图标bug

笔下光年 6 年之前
父节点
当前提交
55da5d53e0

+ 3 - 1
README.md

@@ -13,7 +13,7 @@
 简洁而清新的后台模板,功能虽少,倒也满足简单的后台功能,也能够快速上手,希望大家支持。
 
 #### 特别感谢
-- Bootstrap
+- Bootstrap(去掉了自带的字体图标)
 - JQuery
 - bootstrap-colorpicker
 - bootstrap-datepicker
@@ -27,6 +27,8 @@
 - perfect-scrollbar
 
 ### 更新记录
+2019.03.30 修正bootstrap-datetimepicker图标bug,调整一些样式
+
 2019.03.28 新增主题配色切换
 - 颜色切换,主要针对logo,顶部,侧边栏
 - 目前只在首页页面增加切换,并且未将设置存储到cookie

+ 9 - 9
js/bootstrap-datetimepicker/bootstrap-datetimepicker.js

@@ -2381,15 +2381,15 @@
         disabledDates: false,
         enabledDates: false,
         icons: {
-            time: 'glyphicon glyphicon-time',
-            date: 'glyphicon glyphicon-calendar',
-            up: 'glyphicon glyphicon-chevron-up',
-            down: 'glyphicon glyphicon-chevron-down',
-            previous: 'glyphicon glyphicon-chevron-left',
-            next: 'glyphicon glyphicon-chevron-right',
-            today: 'glyphicon glyphicon-screenshot',
-            clear: 'glyphicon glyphicon-trash',
-            close: 'glyphicon glyphicon-remove'
+            time: 'mdi mdi-clock',
+            date: 'mdi mdi-calendar',
+            up: 'mdi mdi-chevron-up',
+            down: 'mdi mdi-chevron-down',
+            previous: 'mdi mdi-chevron-left',
+            next: 'mdi mdi-chevron-right',
+            today: 'mdi mdi-crosshairs-gps',
+            clear: 'mdi mdi-delete',
+            close: 'mdi mdi-close'
         },
         tooltips: {
             today: 'Go to today',

文件差异内容过多而无法显示
+ 1 - 1
js/bootstrap-datetimepicker/bootstrap-datetimepicker.min.js