【问题标题】:angular2 Dragula css cursor grab/grabbing not workingangular2 Dragula css光标抓取/抓取不起作用
【发布时间】:2017-03-09 23:10:31
【问题描述】:

Angular 2.4.8,dragula 3.10.6,似乎用于抓取的光标样式在 dnd 时不适用。有什么建议吗?

css 在 index.html 中被导入为

<link rel="stylesheet" href="../node_modules/dragula/dist/dragula.min.css">

【问题讨论】:

    标签: dragula ng2-dragula angular-dragula


    【解决方案1】:

    它对我有用。我正在使用 Angular Cli,并将 CSS 文件放在我的 .angular-cli.json 文件中

      "styles": [
     "../node_modules/dragula/dist/dragula.css",
     ],
    

    【讨论】:

      【解决方案2】:

      您也可以像下面这样在style.css 中导入css。

      @import '../node_modules/dragula/dist/dragula.css';
      

      【讨论】:

        猜你喜欢
        • 2018-12-05
        • 1970-01-01
        • 2011-08-07
        • 2019-07-05
        • 2019-07-21
        • 1970-01-01
        • 2014-02-07
        • 2014-10-09
        • 1970-01-01
        相关资源
        最近更新 更多