From 9685de3762d0ceea938b5c195638103f8d8de969 Mon Sep 17 00:00:00 2001
From: luohairen <3399054449@qq.com>
Date: 星期二, 12 十一月 2024 16:06:05 +0800
Subject: [PATCH] 优化错题查询
---
src/views/exam/components/answer-main/answer-short/index.vue | 43 -------------------------------------------
1 files changed, 0 insertions(+), 43 deletions(-)
diff --git a/src/views/exam/components/answer-main/answer-short/index.vue b/src/views/exam/components/answer-main/answer-short/index.vue
index 3521a78..e5f4d49 100644
--- a/src/views/exam/components/answer-main/answer-short/index.vue
+++ b/src/views/exam/components/answer-main/answer-short/index.vue
@@ -53,48 +53,5 @@
</script>
<style lang="scss" scoped>
-.answer-item {
- max-width: 500px;
- border-radius: 10px;
- border: 1px solid #DCDFE6;
- overflow: hidden;
- margin-bottom: 20px;
- cursor: pointer;
- &:last-of-type {
- margin-bottom: 0;
- }
-
- &:hover {
- border-color: #3680fa;
-
- .answer-icon {
- color: #3680fa;
- border-color: #3680fa;
- }
- }
-
-
- .answer-icon {
- width: 50px;
- background-color: #F0F2F5;
- border-right: 1px solid #ffffff;
- }
-
- .answer-text {
- min-height: 50px;
- padding: 15px 0;
- margin: 0 10px;
- }
-}
-
-.active {
- border-color: #409EFF !important;
-
- .answer-icon {
- color: #ffffff !important;
- border-color: #409EFF !important;
- background-color: #409EFF !important;
- }
-}
</style>
\ No newline at end of file
--
Gitblit v1.8.0