Angular 2.4.8,dragula 3.10.6,似乎用于抓取的光标样式在dnd时不适用。有什么建议吗?
css作为
导入index.html<link rel="stylesheet" href="../node_modules/dragula/dist/dragula.min.css">
答案 0 :(得分:1)
它为我工作。我正在使用Angular Cli,我将CSS文件放在我的.angular-cli.json
文件
"styles": [
"../node_modules/dragula/dist/dragula.css",
],
答案 1 :(得分:0)
您也可以像下面这样在style.css
中导入css。
@import '../node_modules/dragula/dist/dragula.css';