样式重复
Open
- Dominant language
- Vue
- Stars
- 16.4k
- Forks
- 4.7k
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/iview/iview-admin/blob/ac71d287393c31e5bab6313f651bb461c8d3e754/src/main.js#L12
`import './index.less'`中做样式覆盖,这一句就重复了,做个注释说明下或者直接删除比较好吧。
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at src/main.js line 12 and inspect the import './index.less' alongside the other style imports. Determine whether the import is redundant, then either remove it or add a comment explaining the style override, and verify that the application styles remain correct.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100