我想将自己的样式用于Freshchat图标

时间:2018-08-16 20:09:49

标签: css ruby-on-rails iframe

我想对iframe Freshchat使用自定义样式。

我使用以下代码:

= render 'layouts/shared/wchat'

= content_for :assets
  javascript:
    $(document).ready(function(){
        window.setTimeout(
            function(){
                window.fcWidget.init({
                    token: "adc0cee1-22f2-4bc3-9776-49ffbffe46e0",
                    host: "https://wchat.freshchat.com"
                })
            }
        , 15000);
    });

我对图标的位置有疑问。我想将图标向上移动。 如何在iframe中更改更改样式?

0 个答案:

没有答案