This commit is contained in:
joshen
2025-04-21 15:08:00 +08:00
parent 236e9521be
commit 28438f9ec0

View File

@@ -1688,31 +1688,31 @@
</script>
<style lang="scss" scoped>
::v-deep .el-icon-arrow-down{
::v-deep .el-icon-arrow-down{
color: #000;
font-weight: 900;
font-size: 16px;
}
.el-menu,
.el-menu-item,
.el-submenu__title {
}
.el-menu,
.el-menu-item,
.el-submenu__title {
background-color: transparent !important; /* 设置背景色为透明,以移除默认的背景颜色变化 */
color: inherit !important; /* 确保文字颜色不变,如果需要的话 */
}
}
/* 取消选中效果 */
.el-menu-item.is-active,
.el-submenu__title.is-active {
/* 取消选中效果 */
.el-menu-item.is-active,
.el-submenu__title.is-active {
background-color: transparent !important; /* 移除选中时的背景色 */
color: inherit !important; /* 保持文字颜色与未选中时一致,如果需要的话 */
}
}
/* 如果有特定的 hover 样式,也可以取消 */
.el-menu-item:hover,
.el-submenu__title:hover {
/* 如果有特定的 hover 样式,也可以取消 */
.el-menu-item:hover,
.el-submenu__title:hover {
background-color: transparent !important; /* 移除鼠标悬停时的背景色变化 */
color: inherit !important; /* 保持文字颜色不变 */
}
}
//内容块样式定义
.course-content {
min-height: 745px;
@@ -1840,7 +1840,7 @@
padding: 10px 30px 30px 30px;
}
//以下是未整理的样式,上面的整理之后的样式
//以下是未整理的样式,上面的整理之后的样式
.coures-note {
min-height: 500px;
padding-left: 17px;