课程学习,目录,笔记样式,根据内容自动控制高度

This commit is contained in:
daihh
2022-10-17 21:13:14 +08:00
parent 967f0953de
commit 97cf914727
4 changed files with 77 additions and 32 deletions

View File

@@ -301,6 +301,12 @@ export default {
</script>
<style scoped rel="stylesheet/scss" lang="scss">
//定义消息的图标的样式按ui未完成
.msg-icon{
font-size:16px;
background-color:#fff;
border-radius:50%;
}
.top-nav-active-blue{
color: #387DF7;
a{color:#387DF7;}