如何在Zurb基金会的网络应用程序中限制移动视图?

时间:2022-04-24 16:05:27

We have developed web application using ASP .net MVC. Our application used ZURB foundation. Using zurb foundation we are able to view application layout according to device on which it run like desktop, tablet and mobile. Our requirement is to show tablet view in mobiles.

我们使用ASP .net MVC开发了Web应用程序。我们的应用程序使用了ZURB基础。使用zurb foundation,我们可以根据桌面,平板电脑和移动设备运行的设备查看应用程序布局。我们的要求是在手机中显示平板电脑视图。

We need to show tablet view as our mobile view, how can we do?

我们需要将平板电脑视图显示为我们的移动视图,我们该怎么做?

We do not want to show zurb's default view for mobile, how can we restrict mobile view and show tablet view at mobile view?

我们不想显示zurb的移动默认视图,我们如何限制移动视图并在移动视图中显示平板电脑视图?

Thanks

1 个解决方案

#1


0  

You can try to reassign the default values:

您可以尝试重新分配默认值:

$small-range: (0em, 0em);
$medium-range: (0.063em, 64em);

#1


0  

You can try to reassign the default values:

您可以尝试重新分配默认值:

$small-range: (0em, 0em);
$medium-range: (0.063em, 64em);