|
|
|
@ -6,7 +6,7 @@ |
|
|
|
|
<span>理论考试系统</span> |
|
|
|
|
</div> |
|
|
|
|
<el-menu :default-active="active" :default-openeds="['ques', 'testPaper']" background-color="#f5fafa" |
|
|
|
|
text-color="#4a4b4b" active-text-color="#3474ff" :collapse-transition="false" @select="menuSelect"> |
|
|
|
|
text-color="#4a4b4b" active-text-color="#062c87" :collapse-transition="false" @select="menuSelect"> |
|
|
|
|
<template v-for="item in menus"> |
|
|
|
|
<template v-if="item.subs"> |
|
|
|
|
<el-submenu :index="item.index" :key="item.index"> |
|
|
|
@ -182,7 +182,7 @@ export default { |
|
|
|
|
height: 20px; |
|
|
|
|
border-top-right-radius: 4px; |
|
|
|
|
border-bottom-right-radius: 4px; |
|
|
|
|
background-color: #3474ff; |
|
|
|
|
background-color: #062c87; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|