Commit bbd5c058 authored by 蒋佳奇's avatar 蒋佳奇

fix: css优先级

parent 74459aff
@import "tailwindcss/utilities";
@import "tailwindcss/theme";
/* @import "tailwindcss/preflight"; */
\ No newline at end of file
/* 提升tailwind css优先级(only class) */
@layer theme, base, components, antd, untilities;
@import 'tailwindcss';
@import 'antd/dist/reset.css';
\ No newline at end of file
......@@ -3,11 +3,8 @@ import { createRoot } from 'react-dom/client'
import { HashRouter } from 'react-router-dom'
import App from './App'
import '@ant-design/v5-patch-for-react-19'
import 'antd/dist/reset.css'
import './index.css'
import '@ant-design/v5-patch-for-react-19'
const app = createRoot(document.getElementById('root')!)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment