From 96c2e24f915e278e855802f158cf792ac5106c4f Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期三, 15 五月 2024 23:09:06 +0800
Subject: [PATCH] 题目

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

diff --git a/src/components/examinations/index.vue b/src/components/examinations/index.vue
index 8337923..747117f 100644
--- a/src/components/examinations/index.vue
+++ b/src/components/examinations/index.vue
@@ -778,6 +778,9 @@
   // display: flex;
   // justify-content: center;
   margin-left: 20px;
+  /deep/ .el-textarea__inner:focus {
+    border-color: #15c0f2;
+  }
 }
 .input {
   /deep/ .el-input__inner {

--
Gitblit v1.9.1