From e33672cf85da88d515d5fe6ccc0a139c3cfaa5db Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期四, 28 八月 2025 22:53:54 +0800
Subject: [PATCH] 8.28更新

---
 src/books/preventiveDentistry/assets/main.less |   30 ++++++++++++++++++++++++------
 1 files changed, 24 insertions(+), 6 deletions(-)

diff --git a/src/books/preventiveDentistry/assets/main.less b/src/books/preventiveDentistry/assets/main.less
index b4225f2..757297d 100644
--- a/src/books/preventiveDentistry/assets/main.less
+++ b/src/books/preventiveDentistry/assets/main.less
@@ -230,17 +230,22 @@
         padding-left: 10%;
         display: flex;
         align-self: center;
-        cursor: pointer;
 
         img {
             width: 30px;
             margin-right: 5px;
         }
 
-        &:hover {
-            color: #00918e;
-            text-decoration: underline;
+        span {
+            cursor: pointer;
+
+            &:hover {
+                color: #00918e;
+                text-decoration: underline;
+            }
         }
+
+
     }
 
     .knowledgeExpansion-img {
@@ -1709,9 +1714,20 @@
         margin-top: 1.1em;
     }
 
-
-
     /*缁撴潫*/
+
+    .textarea-box {
+        font-size: 1em;
+        font-family: "Noto Sans SC";
+        width: 93%;
+        max-width: 93%;
+        border-color: #e9f2f3;
+
+        &:focus {
+            border-color: #40a8aa;
+            outline: none;
+        }
+    }
 }
 
 .pdfModal {
@@ -1721,6 +1737,7 @@
     .pdfBox-component {
         width: 100%;
         height: 100%;
+        overflow-y: auto;
         position: relative;
 
         .preview {
@@ -1795,6 +1812,7 @@
     }
 }
 
+
 .custom-dialog {
     overflow: hidden !important;
 

--
Gitblit v1.9.1