Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
adx-manager-node
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
杨贺晨吉
adx-manager-node
Commits
bbd5c058
Commit
bbd5c058
authored
Apr 08, 2025
by
蒋佳奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: css优先级
parent
74459aff
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
index.css
src/index.css
+5
-3
main.tsx
src/main.tsx
+1
-4
No files found.
src/index.css
View file @
bbd5c058
@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
src/main.tsx
View file @
bbd5c058
...
...
@@ -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'
)
!
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment