摘要:注意事项:本实例是在create-react-app生成的框架中的方法 主要有两点: 1.在public中的index.html中引用popper.js和bootstap.js两个文件。 2.在src中的app.js中导入bootstap.css文件。
阅读全文
随笔分类 - web
摘要:1.设置style: 1 <style> 2 .modal-header { 3 cursor: move; 4 } 5 </style> 2.添加下列代码: 1 <script> 2 $(".modal-header").on("mousedown", function(mousedownEvt)
阅读全文