如何在 spree commerce 的 index.html.erb 中制作全宽滑块

How do I make a full width slider in index.html.erb of spree commerce

我将 superlides.js 添加到 spree 中。问题是,当我在布局中添加幻灯片时,幻灯片可以正常工作,但它会显示在每个页面上。 因此,我将幻灯片添加到 index.html.erb。它工作正常,但幻灯片没有像我预期的那样以全宽显示。 那么,如何在 index.html.erb 中制作全宽幻灯片?

提前致谢。

在控制器中

def index
    params.store(:show_slider_top, true)
end

在application.erb布局文件中

- if params[:show_slider_top]
    = render :partial => 'welcome/home_screen_top'

并且当您将它添加到索引文件时它不会显示整页,因为布局文件中会应用其他样式