diff --git a/src/views/contest/paperList.vue b/src/views/contest/paperList.vue index df22bca78..83f320370 100644 --- a/src/views/contest/paperList.vue +++ b/src/views/contest/paperList.vue @@ -9,8 +9,9 @@ @@ -19,7 +20,7 @@ {{ paper.name }} @@ -123,10 +124,10 @@ export default { background-color: transparent; .el-menu-item{ &:hover{ - background: #00172E; + background: #00172E !important; } &:focus{ - background-color: #00172E; + background-color: #00172E !important; } } } @@ -137,10 +138,10 @@ export default { } .el-submenu__title{ &:hover{ - background: #00172E; + background: #00172E !important; } &:focus{ - background-color: #00172E; + background-color: #00172E !important; } } }