From cbb36b429b437b188744051b0f4b4df080e7c902 Mon Sep 17 00:00:00 2001 From: sunli_tydic Date: Wed, 10 Dec 2025 16:28:22 +0800 Subject: [PATCH] =?UTF-8?q?ai=E8=A7=86=E9=A2=91=E4=B8=80=E6=9C=9F=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E6=8F=90=E4=BA=A4-=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/aiScript.vue | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/src/components/Course/aiScript.vue b/src/components/Course/aiScript.vue index 2119dac2..7fd1c883 100644 --- a/src/components/Course/aiScript.vue +++ b/src/components/Course/aiScript.vue @@ -303,21 +303,20 @@ export default { flex: 1; } -:deep(.el-input__inner) { - border-radius: 20px; +::v-deep .el-input__inner { border-color: #2688FF; } -:deep(.el-input__inner:focus) { +::v-deep .el-input__inner:focus { border-color: #1a6fe0; box-shadow: 0 0 0 2px rgba(38, 136, 255, 0.2); } -:deep(.el-input__prefix) { - left: 15px; +::v-deep .el-input__prefix { + left: 5px; } -:deep(.el-input__icon) { +::v-deep .el-input__icon { color: #2688FF; } @@ -336,9 +335,6 @@ export default { width: 90px; } -:deep(.el-select__inner) { - border-radius: 4px; -} .content-container { display: flex; @@ -374,10 +370,6 @@ export default { } } -:deep(.el-icon-time) { - color: #2688FF; -} - .content-text { cursor: pointer; line-height: 1.6; @@ -408,7 +400,9 @@ export default { :deep(.el-card.is-hover-shadow:focus, .el-card.is-hover-shadow:hover) { box-shadow: 0 2px 12px 0 rgba(38, 136, 255, 0.2); } - +:deep(.el-input__inner) { + border-radius: 4px!important; +} /* 响应式设计 */ @media (max-width: 768px) { .search-container { @@ -441,4 +435,5 @@ export default { height: 50px; } } + \ No newline at end of file