如何使用scss在CKEditor中设置高度?

时间:2018-10-26 07:36:23

标签: ionic-framework sass ckeditor

  

你好!

我想使用Ionic和Angularjs2创建文本编辑器。

我使用CKEditor5应用了它,但是Height值没有改变。

我参考以下链接。

How to set the height of CKEditor 5 (Classic Editor)

本指南告诉您如何编写样式标签。我将它用于scss,所以写了以下内容。

page-bbs-queryv2 {
    .ck-editor__editable {
        min-height: 400px;
    }
}

但这没用。

我知道ckeditor5不再在配置中指定高度选项。

我该怎么办?

谢谢!

P.S。下一个链接是我最新的问题。 How can I set height in CKEditor with Ionic?

0 个答案:

没有答案