Skip to content

Commit

Permalink
修复stylelint错误
Browse files Browse the repository at this point in the history
  • Loading branch information
dexterdai committed Jun 6, 2024
1 parent 87b40d9 commit 11a2437
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"less.validate": false,
"scss.validate": false,
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": true,
"source.fixAll.eslint": true
"source.fixAll.stylelint": "explicit",
"source.fixAll.eslint": "explicit"
},
"cSpell.words": [
"stylelint"
Expand Down
2 changes: 2 additions & 0 deletions style/mobile/components/loading/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,11 @@
&__parent--relative {
position: relative;
}

&--lock {
overflow: hidden;
}

&__container {
position: absolute;
top: 0;
Expand Down

0 comments on commit 11a2437

Please sign in to comment.