This commit is contained in:
lmj
2022-09-08 20:00:38 +08:00
parent a29e6b9ef9
commit 43d5d477c1
6 changed files with 141 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div id="qa-list-content" class="qa-list-content">
<div class="qa-banner">
<portal-header current="qa" @emitInput="emitInput"></portal-header>
<portal-header current="qa" class="qa-nav" @emitInput="emitInput"></portal-header>
</div>
<div class="portal-content">
@@ -428,6 +428,19 @@ export default {
</script>
<style scoped lang="scss">
::v-deep .top-nav{
color: #333;
}
::v-deep .current-nav{
font-weight: 500 !important;
color: #387DF7 !important;
}
::v-deep .el-dropdown-link{
color: #333 !important;
}
::v-deep .nav-bottbor{
background: #387DF7 !important;
}
.course-resources{
width: 410px;
img{