Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/webpack/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在prestashop 1.6.3中滚动管理员侧列表窗格_Prestashop_Prestashop 1.6 - Fatal编程技术网

如何在prestashop 1.6.3中滚动管理员侧列表窗格

如何在prestashop 1.6.3中滚动管理员侧列表窗格,prestashop,prestashop-1.6,Prestashop,Prestashop 1.6,我有超过12个字段要显示在列表窗格的列表视图中,如下所示,在我的管理cms中,但我的问题是它会中断,我想添加窗格的scrolling,在哪里编辑,或者需要更改哪个页面或css以适应这种水平滚动。或者如何做到这一点 在[admin folder]/themes/default/css/admin-theme.css中添加.bootstrap.table: overflow-x: scroll; table.order{ overflow-x: scroll; } 或者添加到文件[adm

我有超过12个字段要显示在列表窗格的列表视图中,如下所示,在我的管理cms中,但我的问题是它会中断,我想添加窗格的scrolling,在哪里编辑,或者需要更改哪个页面或css以适应这种水平滚动。或者如何做到这一点


在[admin folder]/themes/default/css/admin-theme.css中添加
.bootstrap.table

overflow-x: scroll;
table.order{
    overflow-x: scroll;
}
或者添加到文件[admin folder]/themes/default/css/admin-theme.css中:

overflow-x: scroll;
table.order{
    overflow-x: scroll;
}

#表产品我没有找到此标记如何覆盖此css admin-theme.css来执行此操作??是否可以覆盖css?对我来说,“overflow-x:scroll;”适用于#content.bootstrap.panel而不是.bootstrap.table问自己是否需要那么多字段。