【问题标题】:Tailwind background, width, and height not working顺风背景、宽度和高度不起作用
【发布时间】:2022-02-01 23:44:14
【问题描述】:

我想知道为什么我的 div 没有显示任何背景

export default function App() {
  return (
    <div>
      <div className="h-100 w-100 bg-black"/>
    </div>
  )
}

【问题讨论】:

  • 没有h-100。试试h-96
  • 你能提供一个minimal, reproducible example吗? (最好提供有关如何导入和构建 Tailwind 的更多信息)

标签: reactjs tailwind-css


【解决方案1】:

它工作正常,您使用的类不存在。直到h-96w-96https://v2.tailwindcss.com/docs/height

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2021-12-19
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-05-03
    • 2013-10-26
    相关资源
    最近更新 更多