From 11a2437041bdbd406348b1b247b230b475513008 Mon Sep 17 00:00:00 2001 From: dexterdai Date: Thu, 6 Jun 2024 14:47:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dstylelint=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 4 ++-- style/mobile/components/loading/_index.less | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 234e4045e4..b961a46071 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" diff --git a/style/mobile/components/loading/_index.less b/style/mobile/components/loading/_index.less index aaff2f5f95..11241b5ec3 100644 --- a/style/mobile/components/loading/_index.less +++ b/style/mobile/components/loading/_index.less @@ -115,9 +115,11 @@ &__parent--relative { position: relative; } + &--lock { overflow: hidden; } + &__container { position: absolute; top: 0;