mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
修改
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user