From 8c0563ca830e3f808794acda8ae1d8f532dae69c Mon Sep 17 00:00:00 2001 From: sudoooooo Date: Mon, 27 May 2024 21:35:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20C=E7=AB=AF=E8=83=8C=E6=99=AF=E5=92=8C?= =?UTF-8?q?=E9=A2=98=E5=9E=8B=E5=88=86=E5=89=B2=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/materials/questions/QuestionRuleContainer/style.scss | 4 ---- web/src/render/App.vue | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/web/src/materials/questions/QuestionRuleContainer/style.scss b/web/src/materials/questions/QuestionRuleContainer/style.scss index e4b9ae84..fc676f84 100644 --- a/web/src/materials/questions/QuestionRuleContainer/style.scss +++ b/web/src/materials/questions/QuestionRuleContainer/style.scss @@ -97,10 +97,6 @@ border-bottom: 0.12rem solid $spliter-color; } - &:last-child { - border-bottom: 0; - } - .sort-tip { font-size: 0.26rem; line-height: 0.26rem; diff --git a/web/src/render/App.vue b/web/src/render/App.vue index fd39f51d..94ac846f 100644 --- a/web/src/render/App.vue +++ b/web/src/render/App.vue @@ -111,7 +111,7 @@ onMounted(async () => { @import url('./styles/reset.scss'); html { - background: rgb(238, 238, 238); + background: #f7f7f7; } #app {