我想对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中更改更改样式?