【问题标题】:Ckeditor makes page unresponsiveckeditor 使页面无响应
【发布时间】:2021-09-05 04:27:58
【问题描述】:

我已将 ckeditor 导入到我的项目中,并且一切都是响应式的,但是当我将 ckeditor 添加到我的 html 中时,页面由于未知原因而无响应。当我低于大约 660px 时,ckeditor 和整个表单溢出。

Here 是我创建的代码框的链接。

【问题讨论】:

    标签: html css responsive-design ckeditor tailwind-css


    【解决方案1】:

    试试这个,

    const App = () => {
      return (
        <div className="flex felx-col place-items-center"> <--- grid replace flex flex-col
          <form className="bg-white rounded-lg shadow px-4 py-2 mx-2 sm:mx-0 max-w-2xl w-full">
    

    【讨论】:

      猜你喜欢
      • 2012-11-23
      • 1970-01-01
      • 2016-01-16
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-02-08
      相关资源
      最近更新 更多