Angular 2.4.8,Dragula 3.10.6,似乎在DND时抓取的光标样式似乎没有应用。有什么建议吗?
css在index.html中导入为
<link rel="stylesheet" href="../node_modules/dragula/dist/dragula.min.css">
它对我有用。我正在使用Angular CLI,然后将CSS文件放在.angular-cli.json
文件
"styles": [
"../node_modules/dragula/dist/dragula.css",
],
您也可以在style.css
中导入CSS。
@import '../node_modules/dragula/dist/dragula.css';