Navbar组件修改样式不生效
Open
- Dominant language
- Vue
- Stars
- 16.4k
- Forks
- 3.5k
- PR merge metrics
- No merged PRs in 30d
Description
代码编译后不生效
.mint-tab-item-label[data-v-4917ee8b] {
font-size: 16px;
}
在开发者工具中修改为
.mint-tab-item-label {
font-size: 16px;
}
才会生效,
请问这该怎么解决呢?
Contributor guide
No contributing guide indexed for this repository
Research direction
The report names only the Navbar component and a scoped CSS selector; no source file, reproduction, or test is provided. Start by reproducing the compiled-style behavior in the Navbar component and trace the generated selector. Done means the intended font-size styling applies after compilation without editing it in developer tools.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100