From a1b8c617e4a3a310fe411bbec1f40d338239e01d Mon Sep 17 00:00:00 2001 From: sunli_tydic Date: Wed, 10 Dec 2025 16:17:58 +0800 Subject: [PATCH 1/2] =?UTF-8?q?ai=E8=A7=86=E9=A2=91=E4=B8=80=E6=9C=9F?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E6=8F=90=E4=BA=A4-=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=88=A4=E6=96=AD=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/aiScript.vue | 25 +++++++++++++++++++++++-- src/views/portal/course/Index.vue | 2 +- src/views/study/coursenew.vue | 4 ++-- 3 files changed, 26 insertions(+), 5 deletions(-) diff --git a/src/components/Course/aiScript.vue b/src/components/Course/aiScript.vue index 365b6a43..2119dac2 100644 --- a/src/components/Course/aiScript.vue +++ b/src/components/Course/aiScript.vue @@ -1,7 +1,7 @@ @@ -420,4 +424,21 @@ export default { justify-content: flex-end; } } +.no-data{ + display: flex; + flex-direction: column; + align-items: center; + gap: 10px; + padding-top: 60px; + color: rgba(0, 0, 0, 0.34); + font-size: 12px; + font-weight: 400; + line-height: 21px; + letter-spacing: 0.26px; + text-align: center; + img{ + width: 96px; + height: 50px; + } +} \ No newline at end of file diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index ebe06897..a4c217b9 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -393,7 +393,7 @@ - 摘要 + 摘要
diff --git a/src/views/study/coursenew.vue b/src/views/study/coursenew.vue index bd7ccd13..da6932fa 100644 --- a/src/views/study/coursenew.vue +++ b/src/views/study/coursenew.vue @@ -376,7 +376,7 @@
@@ -669,7 +669,7 @@
From cbb36b429b437b188744051b0f4b4df080e7c902 Mon Sep 17 00:00:00 2001 From: sunli_tydic Date: Wed, 10 Dec 2025 16:28:22 +0800 Subject: [PATCH 2/2] =?UTF-8?q?ai=E8=A7=86=E9=A2=91=E4=B8=80=E6=9C=9F?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E6=8F=90=E4=BA=A4-=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=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