提交 7332ed16 编写于 作者: guangjun.yang's avatar guangjun.yang

一级菜单的样式问题

上级 d2a2a0e8
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
center center
:close-on-click-modal="false" :close-on-click-modal="false"
:close-on-press-escape="false" :close-on-press-escape="false"
width="800px" width="860px"
> >
<div slot="title" style="text-align: left;"> <div slot="title" style="text-align: left;">
<span style="font-weight: 700;">上传课程</span> <span style="font-weight: 700;">上传课程</span>
......
...@@ -314,7 +314,7 @@ export default { ...@@ -314,7 +314,7 @@ export default {
} }
.subject-level { .subject-level {
min-width: 1300px; width: 1300px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
box-sizing: content-box; box-sizing: content-box;
...@@ -334,9 +334,9 @@ export default { ...@@ -334,9 +334,9 @@ export default {
margin: 0 5px; margin: 0 5px;
color: #333333; color: #333333;
margin-bottom: -1px; margin-bottom: -1px;
&.active { // &.active {
border-bottom: 2px solid #449284; // border-bottom: 2px solid #449284;
} // }
.name { .name {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
...@@ -344,9 +344,9 @@ export default { ...@@ -344,9 +344,9 @@ export default {
padding: 0px 10px; padding: 0px 10px;
border-radius: 2px; border-radius: 2px;
&.active { &.active {
color: #449284; padding: 0 10px;
font-weight: 700; background: #449284;
// background: #449284; color: #fff;
} }
} }
} }
......
...@@ -333,9 +333,9 @@ export default { ...@@ -333,9 +333,9 @@ export default {
margin: 0 5px; margin: 0 5px;
color: #333333; color: #333333;
margin-bottom: -1px; margin-bottom: -1px;
&.active { // &.active {
border-bottom: 2px solid #449284; // border-bottom: 2px solid #449284;
} // }
.name { .name {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
...@@ -343,8 +343,10 @@ export default { ...@@ -343,8 +343,10 @@ export default {
padding: 0px 10px; padding: 0px 10px;
border-radius: 2px; border-radius: 2px;
&.active { &.active {
color: #449284; padding: 0 10px;
font-weight: 700; background: #449284;
color: #fff;
// font-weight: 700;
// background: #449284; // background: #449284;
} }
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册