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>
<div style="display: flex; justify-content: flex-start;padding:12px 20px 20px 22px" > <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"> <div style="padding: 0px 0px">
<el-select clearable v-model="status" placeholder="状态" style="width: 110px"> <el-select clearable v-model="status" placeholder="状态" style="width: 110px">
<el-option label="未开始" :value="0"></el-option> <el-option label="未开始" :value="0"></el-option>

View File

@@ -538,6 +538,13 @@ export default {
</script> </script>
<style lang="scss" scoped> <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{ .footer-btn{
width: 140px; width: 140px;
height: 40px; height: 40px;

View File

@@ -124,7 +124,7 @@ module.exports = {
}, },
'/uboeApi': { '/uboeApi': {
// 目标代理服务器地址 // 目标代理服务器地址
target: 'http://u-pre.boe.com', target: 'http://u-pre.boe1.com',
changeOrigin: true, changeOrigin: true,
secure: false, secure: false,
pathRewrite: { pathRewrite: {