From 2325349f08c2abce5857c40b7c11bb0e30a7e53b Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 15 五月 2024 17:52:25 +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