gpt4 book ai didi

css - 在 Yii2 中使用 Bootstrap Material 设计后波纹效果不起作用

转载 作者:行者123 更新时间:2023-11-28 06:53:27 26 4
gpt4 key购买 nike

我正在尝试使用 this tutorial在我的 yii2 高级应用程序中使用 Material Ripple。

并且在 Test.html 按钮和效果和涟漪中工作,但在我的 Yii2 应用程序中,库没有任何涟漪效果。

这是我的 css 和其他文件:

enter image description here

Material Assets :

<?php
/**
* @link http://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/

namespace frontend\assets;

use yii\web\AssetBundle;

/**
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0
*/
class MaterialAsset extends AssetBundle
{
public $sourcePath = '@themes/material';
public $baseUrl = '@web';
public $css = [
'css/material.min.css',
'css/material-fullpalette.min.css',
'css/ripples.min.css',
'css/roboto.min.css',
'css/site.css'
];
public $js = [
'js/material.min.js',
'js/ripples.min.js',
];
public $depends = [
'yii\web\YiiAsset',
'yii\bootstrap\BootstrapAsset',
];
}

如何解决这个问题?

最佳答案

修复了在 View 中使用这一行:

$this->registerJs("$.material.init()");

感谢 Yii Irc 人员。

关于css - 在 Yii2 中使用 Bootstrap Material 设计后波纹效果不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33652182/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com