From 9a3baab049df4a32a7b724c5f24cecdbc3e469b6 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期四, 05 六月 2025 09:37:25 +0800
Subject: [PATCH] 图片名字更新

---
 src/components/examinations/index.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/components/examinations/index.vue b/src/components/examinations/index.vue
index fe083ff..31e0db9 100644
--- a/src/components/examinations/index.vue
+++ b/src/components/examinations/index.vue
@@ -967,6 +967,10 @@
 <style lang="less">
 .titleText img {
   max-width: 80%;
+  min-width: 220px;
+}
+.examination ul li sup{
+  margin-bottom:8px ;
 }
 </style>
 
@@ -1153,7 +1157,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 {
@@ -1612,3 +1616,4 @@
   flex-wrap: wrap;
 }
 </style>
+

--
Gitblit v1.9.1