diff --git a/src/components/Course/aiScript.vue b/src/components/Course/aiScript.vue index 365b6a43..7fd1c883 100644 --- a/src/components/Course/aiScript.vue +++ b/src/components/Course/aiScript.vue @@ -1,7 +1,7 @@ @@ -299,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; } @@ -332,9 +335,6 @@ export default { width: 90px; } -:deep(.el-select__inner) { - border-radius: 4px; -} .content-container { display: flex; @@ -370,10 +370,6 @@ export default { } } -:deep(.el-icon-time) { - color: #2688FF; -} - .content-text { cursor: pointer; line-height: 1.6; @@ -404,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 { @@ -420,4 +418,22 @@ 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 7083a819..0381cf5b 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -220,7 +220,7 @@ - 摘要 + 摘要
diff --git a/src/views/study/coursenew.vue b/src/views/study/coursenew.vue index 320d5e4d..50aba3ee 100644 --- a/src/views/study/coursenew.vue +++ b/src/views/study/coursenew.vue @@ -376,7 +376,7 @@
@@ -669,7 +669,7 @@