【问题标题】:In NaiveUI, how to make responsable container在 Naive UI 中,如何制作负责任的容器
【发布时间】:2023-01-09 22:45:13
【问题描述】:

如果我使用 naive ui,如何制作响应式容器?

到目前为止,我一直在使用 ant design vue。 在 PC 中,我使用 Ant Design Vue 创建了一个像这样的响应式容器。

<a-row type="flex" justify="center">
          <a-col :xs="24" :sm="24" :md="22" :lg="20" :xl="16" :xxl="14">
              ...
          </a-col>
</a-row>

使用朴素 UI 时如何创建响应式容器? (朴素的用户界面:https://www.naiveui.com/

【问题讨论】:

    标签: vuejs3 naiveui


    【解决方案1】:

    我猜你应该使用 Naive UI Responsive columnsResponsive grid item

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-08-16
      • 1970-01-01
      • 2013-03-04
      • 1970-01-01
      相关资源
      最近更新 更多