From 2993016ca5e4d32408cc22582c3c1e7d69ee41f8 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 26 三月 2025 11:21:06 +0800
Subject: [PATCH] 口语交际

---
 src/components/examinations/index.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/components/examinations/index.vue b/src/components/examinations/index.vue
index fe083ff..95c9fe5 100644
--- a/src/components/examinations/index.vue
+++ b/src/components/examinations/index.vue
@@ -967,11 +967,12 @@
 <style lang="less">
 .titleText img {
   max-width: 80%;
+  min-width: 220px;
 }
 </style>
 
 <style lang="less" scoped>
-.catalogName {
+.catalogName { 
   display: flex;
   text-indent: 1em !important;
   font-size: 16px;
@@ -1153,7 +1154,7 @@
         height: 24px;
         border: 0;
         outline: none;
-        border-bottom: 1px solid #15c0f2;
+        border-bottom: 1px solid #000;
       }
 
       /deep/ .el-textarea.is-disabled .el-textarea__inner {

--
Gitblit v1.9.1