Commit 77c63df065322090fc5ae5abf7653c47cc9d1b76
1 parent
4400c6d0
index.html页面添加 bootstrap-tagsinput 组件样式和JS
Showing
1 changed file
with
2 additions
and
1 deletions
src/main/resources/static/index.html
| ... | ... | @@ -64,7 +64,7 @@ |
| 64 | 64 | <link rel="stylesheet" |
| 65 | 65 | href="http://api.map.baidu.com/library/DrawingManager/1.4/src/DrawingManager_min.css" |
| 66 | 66 | type="text/css" /> |
| 67 | - | |
| 67 | +<link href="/metronic_v4.5.4/plugins/bootstrap-tagsinput/bootstrap-tagsinput.css" rel="stylesheet" type="text/css"/> | |
| 68 | 68 | <!-- handsontable样式 --> |
| 69 | 69 | <link rel="stylesheet" |
| 70 | 70 | href="/assets/bower_components/handsontable/dist/handsontable.full.css" /> |
| ... | ... | @@ -382,6 +382,7 @@ tr.row-active td { |
| 382 | 382 | <script |
| 383 | 383 | src="/metronic_v4.5.4/plugins/bootstrap-datetimepicker-2/js/bootstrap-datetimepicker.min.js"></script> |
| 384 | 384 | <!-- 表格控件 --> |
| 385 | + <script src="/metronic_v4.5.4/plugins/bootstrap-tagsinput/bootstrap-tagsinput.min.js"></script> | |
| 385 | 386 | <!-- 统计图控件 --> |
| 386 | 387 | <!--<script src="/assets/global/getEchart.js"></script> |
| 387 | 388 | <script src="/assets/global/echarts.js"></script> --> | ... | ... |