This commit is contained in:
zhaofang
2022-10-18 16:01:36 +08:00
parent ab25269cbf
commit 0cbe7e11e5
3 changed files with 9 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
<div>
<div style="display: flex; justify-content: flex-start;padding:12px 20px 20px 22px" >
<!--查询-->
<div class="uc-center-page" style="margin-right:40px">我的考试</div>
<div class="uc-center-page" style="margin-right:30px">我的考试</div>
<div style="padding: 0px 0px">
<el-select clearable v-model="status" placeholder="状态" style="width: 110px">
<el-option label="未开始" :value="0"></el-option>

View File

@@ -538,6 +538,13 @@ export default {
</script>
<style lang="scss" scoped>
::v-deep .el-dropdown-menu__item:not(.is-disabled):hover{
background-color: #fff !important;
color: #0059FF !important;
}
::v-deep.el-dropdown-menu {
border: none !important;
}
.footer-btn{
width: 140px;
height: 40px;