From fc3b987b6b8f95569d64a6b3b1e23d1eacc98c93 Mon Sep 17 00:00:00 2001 From: 刘有才luck <14606842+liu-youcai-luck@user.noreply.gitee.com> Date: Fri, 6 Dec 2024 10:56:03 +0800 Subject: [PATCH] wip: ui修复 --- src/views/basic/askTestQuestion/wrongQuestion.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/basic/askTestQuestion/wrongQuestion.vue b/src/views/basic/askTestQuestion/wrongQuestion.vue index aa7ae39..14c6c81 100644 --- a/src/views/basic/askTestQuestion/wrongQuestion.vue +++ b/src/views/basic/askTestQuestion/wrongQuestion.vue @@ -749,7 +749,7 @@ export default { justify-content: space-between; font-weight: 600; box-sizing: border-box; - border-top: 1px solid #e0dbdb; + border-top: 1px dashed #e0dbdb; .knowledge { color: rgb(105, 134, 205); margin-right: 30px; -- libgit2 0.21.4