diff --git a/src/views/contest/paperList.vue b/src/views/contest/paperList.vue index 61ac98d1a..df22bca78 100644 --- a/src/views/contest/paperList.vue +++ b/src/views/contest/paperList.vue @@ -2,40 +2,28 @@
- - - - - - - - - - - - +
组别:
+
+ 高职 + 中职 +
- + + + +
@@ -50,16 +38,8 @@ export default { return { loading: true, formModel: { - seasonId: '', // 所属赛季id group:'GZ' // 高职和中职 }, - groupOption:[{ - value: 'ZZ', - label: '中职' - }, { - value: 'GZ', - label: '高职' - }], seasonOptions:[], paperList:[], defaultIndex: '' @@ -125,17 +105,21 @@ export default { background: #06284a; } .paperListName{ - padding: 10px 0 10px 17px; - background: #01468B; + display: flex; + justify-content: left; + align-items: center; position: sticky; - position: -webkit-sticky; - border-bottom: 1px solid #00172E; top: 0; z-index: 9; + height: 55px; + padding: 10px 0 10px 17px; + border-bottom: 1px solid #00172E; + background: #01468B; + color: #fff; } } } - .el-menu{ + .el-menu-vertical{ background-color: transparent; .el-menu-item{ &:hover{ @@ -151,10 +135,13 @@ export default { .el-menu{ border-right-width: 0; } - } - /deep/{ - .el-form-item__label{ - color: white !important; - } + .el-submenu__title{ + &:hover{ + background: #00172E; + } + &:focus{ + background-color: #00172E; + } + } }