From 7226b44f60dcfd7821836a3b7218d07ddf1eeeff Mon Sep 17 00:00:00 2001 From: 670788339 <670788339@qq.com> Date: Sat, 8 Nov 2025 09:18:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=BC=E8=88=AA=E5=8C=BA?= =?UTF-8?q?=E5=9F=9F=E7=BB=93=E6=9E=84=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/course/Index.vue | 64 +++++++++++++++---------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index 2e45ef34..f51e1795 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -2636,21 +2636,21 @@ export default { } /* ---end--- */ // 2025-11-07 10:00 修改 -//.search-div.nav { -// display: block; -// width: 100%; -// clear: both; -//} .search-div.nav { - display: flex; - flex-direction: column; - height: auto; - min-height: 100px; -} -.hot-tags-area { + display: block; width: 100%; - margin-top: 15px; + clear: both; } +//.search-div.nav { +// display: flex; +// flex-direction: column; +// height: auto; +// min-height: 100px; +//} +//.hot-tags-area { +// width: 100%; +// margin-top: 15px; +//} .option-item { margin: 0px 5px; @@ -2754,29 +2754,29 @@ a.custom2 { } } // 2025-11-07 10:00 修改 -//.hot-tags-wrapper { -// display: flex; -// flex-wrap: wrap; -// gap: 15px; -// align-items: center; -// padding-top: 2px; -//} .hot-tags-wrapper { - display: grid; - grid-template-columns: repeat(auto-fill, minmax(120px, max-content)); - gap: 15px 20px; + display: flex; + flex-wrap: wrap; + gap: 15px; align-items: center; - justify-items: start; - width: 100%; - padding: 10px 0; -} -.hot-tags-wrapper .option-item { - position: relative; - cursor: pointer; - white-space: nowrap; - padding: 5px 10px; - text-align: center; + padding-top: 2px; } +//.hot-tags-wrapper { +// display: grid; +// grid-template-columns: repeat(auto-fill, minmax(120px, max-content)); +// gap: 15px 20px; +// align-items: center; +// justify-items: start; +// width: 100%; +// padding: 10px 0; +//} +//.hot-tags-wrapper .option-item { +// position: relative; +// cursor: pointer; +// white-space: nowrap; +// padding: 5px 10px; +// text-align: center; +//} .course-tags { margin: 5px 0; min-height: 20px;