添加 Padding 0 和 Margin 0 在 Tailwind CSS 中不起作用

问题描述 投票:0回答:0

当我使用 div、span 或任何其他标签时,我面临着无法删除的默认填充

I used p-0  I used inline styling I tried to add style to it on browser still not removing

  <body
  style="font-family: 'Inter', sans-serif;padding: 0 !important; margin: 0 !important;box-sizing: border-box !important;">
  <div id="root"></div>
  <script type="module" src="/src/main.tsx"></script>
</body>

I add like this still did not solve the problem I have no idea rn how can I solve it

css styles tailwind-css padding tailwind-ui
© www.soinside.com 2019 - 2024. All rights reserved.